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
Describe the bug
When your custom TLS secret name has a period (.) in the name Ambassador will fail to start Envoy and will error thinking the first part before the period is the secret name. Quoting the secret name in the annotation does not make a difference.
RichStatus BAD error=TLSContext server found no certificate in secret with in namespace period, ignoring...
To Reproduce
Create a secret with a name of "with.period" and appropriate tls.key and tls.cert values
Apply the "Bad" example Module/tls annotation
Observe the error in Ambassador logs and the diagnostics UI
Expected behavior
The "with.period" secret should be read as specified in the Module/tls annotation and Ambassador should successfully start Envoy
Versions (please complete the following information):
Ambassador: 0.50.3
Kubernetes environment: AKS
Version: 1.12.5
Additional context
Secrets with periods in the name were working successfully in Ambassador 0.40.2
The text was updated successfully, but these errors were encountered:
richardbolt
changed the title
TLS custom secret with period does not work
TLS custom secret with period in name does not work
Feb 26, 2019
Describe the bug
When your custom TLS secret name has a period (.) in the name Ambassador will fail to start Envoy and will error thinking the first part before the period is the secret name. Quoting the secret name in the annotation does not make a difference.
Bad Module/tls configuration:
Good configuration:
To Reproduce
Create a secret with a name of "with.period" and appropriate tls.key and tls.cert values
Apply the "Bad" example Module/tls annotation
Observe the error in Ambassador logs and the diagnostics UI
Expected behavior
The "with.period" secret should be read as specified in the Module/tls annotation and Ambassador should successfully start Envoy
Versions (please complete the following information):
Additional context
Secrets with periods in the name were working successfully in Ambassador 0.40.2
The text was updated successfully, but these errors were encountered: