You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a TRE Developer
I want to configure required firewall rules with the deployment pipeline
So that firewall rules will be managed centrally in the shared service
Acceptance criteria
Hardcoded rules are removed from Terraform files
Required rules are present in firewall on azure and in state of the firewall shared service
Both install and uninstall work
The text was updated successfully, but these errors were encountered:
tamirkamara
added
bundles
Creating and deploying bundles/templates
story
Stories are the smallest unit of work to be done for a project.
labels
Jul 24, 2022
tamirkamara
changed the title
NexusV2 & Certs configures firewall with deployment pipeline bundles story
NexusV2 & Certs configures firewall with deployment pipeline
Jul 31, 2022
Certs currently needs the firewall rule while running TF as it calls on letsencrypt in the main step so having the pipeline execute the firewall update after the main TF runs isn't easy. I've thought of the following approach: run the TF (without firewall / letsencrypt), pipeline add the fw rules, pipeline calls the primary bundle again with the renew action as that does the same as from within the TF definition. UNKOWN if we can call the primary bundle twice (initial tests caused weird errors).
Nexus - while TF creates the VM it also puts user data (scripts) that requires firewall rules that are only created later in the pipeline way. A possible way to forward would be moving to a custom script extension but need to find a way to execute it (similar to the certs, we need to call the primary bundle twice)
Description
As a TRE Developer
I want to configure required firewall rules with the deployment pipeline
So that firewall rules will be managed centrally in the shared service
Acceptance criteria
The text was updated successfully, but these errors were encountered: