Description
Upon upgrading nginix controller, we have found issue with server-snippet especially pipeline-invocation-service. Both of apps seems to use server-snippet but getting denied by default.
nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator
Either we should allow this snippet or remove server snippet if this found to be unnecessary.
Steps to Reproduce
- Deploy Downstream Project that uses pipeline-invocation-service
- Will see Failure to deploy with nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator
Expected Behavior
Deploy shall pass without any error related to nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator
Actual Behavior
Deploy failed with nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator
Description
Upon upgrading nginix controller, we have found issue with server-snippet especially pipeline-invocation-service. Both of apps seems to use server-snippet but getting denied by default.
nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administratorEither we should allow this snippet or remove server snippet if this found to be unnecessary.
Steps to Reproduce
Expected Behavior
Deploy shall pass without any error related to nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator
Actual Behavior
Deploy failed with nginx.ingress.kubernetes.io/server-snippet annotation cannot be used. Snippet directives are disabled by the Ingress administrator