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
I am trying to use the helm chart to accomplish this, however one of the requirements is mounting a volume (2 actually) in /etc/nginx/conf.d for openid_connect.js and openid_connect.server_conf. This cannot be accomplished today without modifying the existing helm chart to include these volumes.
It would be great if the out the box helm chart could be enhanced/extended to enable the ability to attach volumes to the controller container in order to simplify implementation of use cases similar to this.
The text was updated successfully, but these errors were encountered:
I am following along the blog post Using the NGINX Plus Ingress Controller for Kubernetes with OpenID Connect Authentication from Azure AD in order to integrate with Azure AD.
I am trying to use the helm chart to accomplish this, however one of the requirements is mounting a volume (2 actually) in
/etc/nginx/conf.d
foropenid_connect.js
andopenid_connect.server_conf
. This cannot be accomplished today without modifying the existing helm chart to include these volumes.It would be great if the out the box helm chart could be enhanced/extended to enable the ability to attach volumes to the controller container in order to simplify implementation of use cases similar to this.
The text was updated successfully, but these errors were encountered: