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 changes in jwt access strategy handler based on Istio CRs. jwt access strategy should support both methods of handling: by creating ORY oathkeeper rule and by creating Istio RA and AP CRs. This version should support only creation of APIRule, transition between handlers is not supported. First version should be implemented as follows:
Description
Implement changes in jwt access strategy handler based on Istio CRs. jwt access strategy should support both methods of handling: by creating ORY oathkeeper rule and by creating Istio RA and AP CRs. This version should support only creation of APIRule, transition between handlers is not supported. First version should be implemented as follows:
config
object will contain:authentications
- required array with at least one elementauthentication
object will contain:issuer
- required field (this field is not required for oathkeeper jwt handler)jwksUri
- required field (this field is required for oathkeeper jwt handler)This configuration should create following resources:
This configuration should create following AP:
If FT is disabled oathkeeper handler schema should be valid. If FT is enabled jwt handler schema should be valid.
ACs:
Reasons
Introducing JWT handler based on Istio.
Attachments
Depends on: #40
Part of: #30
DoD:
The text was updated successfully, but these errors were encountered: