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

appgw.ingress.kubernetes.io/appgw-ssl-profile does not allow predefined ssl profiles #1606

Open
coolhome opened this issue Apr 4, 2024 · 1 comment

Comments

@coolhome
Copy link

coolhome commented Apr 4, 2024

**Is your feature request related to a problem? Please describe. **
Predefined SSL Profiles exists without creating SSL Profile records for all Application Gateways. When you try to use a predefined SSL Policy your controller will emit the following error:

ignoring Ingress <redact> as it requires Application Gateway <redact> to have pre-installed ssl profile 'AppGwSslPolicy20220101'

Additional Information about these policies:

Get-AzApplicationGatewaySslPredefinedPolicy
MinProtocolVersion Name
------------------ ----
TLSv1_0            AppGwSslPolicy20150501
TLSv1_1            AppGwSslPolicy20170401
TLSv1_2            AppGwSslPolicy20170401S
TLSv1_2            AppGwSslPolicy20220101
TLSv1_2            AppGwSslPolicy20220101S

Describe the solution you'd like
The ability to set predefined ssl policies using the names above.

@c3-davidtran
Copy link

I believe it's worth mentioning that AppGwSslPolicy20220101 is an SSL policy name and the issue is about having AGIC create a SSL profile using the SSL policy provided via annotations?

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

No branches or pull requests

2 participants