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
Implement feature flag (named e.g. istioJwt) for handling istio based jwt handler. Feature flag should be passed to api-gateway controller as environment variable. Default values should be false. Feature toggle should control behaviour of jwt handler (changing logic of jwt handler is out of scope). Default false value of feature toggle means that jwt handler implementation is based on ORY oathkeeper, true value switches behaviour to jwt implementation based on Istio (implementation out of scope).
Reasons
Support for early implementation of jwt handler based on Istio
Description
Implement feature flag (named e.g. istioJwt) for handling istio based jwt handler. Feature flag should be passed to api-gateway controller as environment variable. Default values should be false. Feature toggle should control behaviour of jwt handler (changing logic of jwt handler is out of scope). Default false value of feature toggle means that jwt handler implementation is based on ORY oathkeeper, true value switches behaviour to jwt implementation based on Istio (implementation out of scope).
Reasons
Support for early implementation of jwt handler based on Istio
Attachments
Part of: #30
The text was updated successfully, but these errors were encountered: