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
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
This is a request to add a new annotation nginx.ingress.kubernetes.io/auth-snippet. The annotation would function in the same way as the existing snippet annotations:
The reason I think this feature would be useful is because I had a use case where I had to add an extra header to the auth subrequest. It seemed like the only way to do this was using a custom template, and modifying the auth request block in the custom template. This feature would remove the need to do that (although please let me know if it's possible already and I've somehow missed that).
Please let me know if this seems sensible - I'm happy to work on a MR if that helps too.
The text was updated successfully, but these errors were encountered:
Is this a BUG REPORT or FEATURE REQUEST? (choose one): FEATURE REQUEST
This is a request to add a new annotation
nginx.ingress.kubernetes.io/auth-snippet
. The annotation would function in the same way as the existing snippet annotations:nginx.ingress.kubernetes.io/server-snippet
andnginx.ingress.kubernetes.io/configuration-snippet
.The auth snippet would be inserted into the auth request block in
nginx.conf
.It could be used alongside
auth-url
for example:The reason I think this feature would be useful is because I had a use case where I had to add an extra header to the auth subrequest. It seemed like the only way to do this was using a custom template, and modifying the auth request block in the custom template. This feature would remove the need to do that (although please let me know if it's possible already and I've somehow missed that).
Please let me know if this seems sensible - I'm happy to work on a MR if that helps too.
The text was updated successfully, but these errors were encountered: