Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: (IAC-276) Support Azure Application Gateway with Azure WAF #355

Closed
wants to merge 6 commits into from

Conversation

riragh
Copy link
Member

@riragh riragh commented Nov 30, 2023

Changes:

New feature to support Azure Application Gateway with Azure WAF. New terraform azurerm resources were added to support this feature following the information from:

Note: There are related changes in the viya4-deployment repo to support the changes made here in IAC-Azure.
Also note, the work in SAS Viya products is still in progress so there might be more changes coming in this feature but this change should help the initial testing effort.

Tests:

Verified following scenarios, see internal ticket for details.

Scenario Task Provider Cadence kubernetes_version Deploy method
1 OOTB, create_app_gateway = true, Used Azure public DNS, provided both root and ssl certs as data Azure fast:2020 1.26 ansible, DO: false
2 OOTB, create_app_gateway = true, Used Azure public DNS, provided both root as data and ssl certs via key vault and set identity_ids Azure fast:2020 1.26 ansible, DO: true
3 OOTB, create_app_gateway = true, Used SAS DNS, provided both root and ssl certs as data Azure fast:2020 1.26 ansible, DO: true

@riragh riragh force-pushed the app-gateway-with-waf branch from 5bb6b22 to b5a6655 Compare November 30, 2023 20:42
docs/CONFIG-VARS.md Outdated Show resolved Hide resolved
docs/CONFIG-VARS.md Outdated Show resolved Hide resolved
docs/CONFIG-VARS.md Show resolved Hide resolved
docs/CONFIG-VARS.md Outdated Show resolved Hide resolved
examples/sample-input-app-gateway.tfvars Outdated Show resolved Hide resolved
Copy link
Member

@thpang thpang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thx for the extended review

@riragh riragh closed this Dec 6, 2023
@riragh riragh linked an issue Dec 6, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: (IAC-276) Support for Azure Application Gateway ingress controller
5 participants