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
Describe the solution you'd like
Would be nice to be able to pass something from the Extra attribute. i.e session.Extra["email"], as Subject to Keto. Maybe use the same implementation as in headers in Credentials Issuers using go templates?
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Make Subject configurable instead of hard coding to
session.Subject
https://github.com/lsjostro/oathkeeper/blob/master/proxy/authorizer_keto_warden.go#L96
Describe the solution you'd like
Would be nice to be able to pass something from the Extra attribute. i.e
session.Extra["email"]
, as Subject to Keto. Maybe use the same implementation as inheaders
in Credentials Issuers using go templates?The text was updated successfully, but these errors were encountered: