Replies: 2 comments
-
should we consider having a flag like
|
Beta Was this translation helpful? Give feedback.
-
I recommend waiting until the new module is feature complete with the current OIDC based implementation. The problem you WILL get into, is supporting OIDC and the Module at the same time. Unless all OIDC settings are fully backward compatible with Module capabilities. Even then, the OIDC implementation allows customization. And some customers have historically taken advantage of that. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Add support into NGINX Ingress Controller Policies to include the new NGINX Plus ngx_http_oidc_module for OIDC flows.
There are several ways to achieve this:
Policy
CRD, for example,v2alpha
. The original OIDC Policy will still be available in thev1
CRD.Policy
that drives configuration of thengx_http_oidc_module
module alongside the existingPolicy
.The existing OIDC Policy spec is
Thoughts welcome.
Beta Was this translation helpful? Give feedback.
All reactions