-
Notifications
You must be signed in to change notification settings - Fork 2k
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
proxy_ssl_trusted_certificate getting cert and then crl on the same line #3732
Comments
@coolbry95 can you please describe "I believe this is breaking from this line here" |
Before the PR the code is like this
If you looks at what CreateSecret is returning its just the filename not the filename and the crl.
https://github.com/nginxinc/kubernetes-ingress/blob/v3.0.2/internal/nginx/manager.go#L229
After the PR it is returning the crtFileName and crlFilename. This lines up with what we are seeing on the proxy_ssl_trusted line.
Maybe I am wrong but looking at the PR that is the only code change that sticks out to me. |
Here is the error reported by nginx. nginx@egress-proxy-aws-us-east-1-nginx-ingress-controller-777786xt7r8:/$ nginx -T |
Thanks for reporting this @coolbry95 I'll be working to address this issue. I'll update this thread with the PR for the fix when it's available. |
Discussed in #3731
Originally posted by coolbry95 April 6, 2023
I believe this is breaking from this line here https://github.com/nginxinc/kubernetes-ingress/pull/3632/files#diff-0a308ab187fcddbbc7a73510aacc512d8a04022d75c6f95044b1e3fd4c483770R738.
Before it would just return the full path for the cert but now its returning the cert and the crl.
The text was updated successfully, but these errors were encountered: