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

Fix workload identity certificate validation #31

Merged
merged 12 commits into from
Nov 22, 2024

Conversation

adrianlavery
Copy link
Member

There is an issue with the certificate creation for workload identity on AKS. Due to the way the validation works, we need an NSG rule to allow inbound port 80 on the cluster IP.
This has been added on the build and deploy action as an additional step. A NSG rule is created prior to the certificate deployment. Once the certificate has been created successfully, the NSG rule is removed. If the certificate isn't verified, the deployment fails.

Redundant NSG rules allowing ports 80,443 inbound to both the AKS and ACA subnets have been removed.

Copy link
Member

@nielsams nielsams left a comment

Choose a reason for hiding this comment

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

LGTM, thanks a lot Adrian!

@adrianlavery adrianlavery merged commit e48daae into Azure:main Nov 22, 2024
12 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants