We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RFE: Implementation of Kuadrant's Well-known attributes (RFC-0002).
auth.*
NewWellknownAttributes
CheckRequest
AuthorizationJson
json:""
NewAuthorizationJson
AuthPipeline
context.*
The text was updated successfully, but these errors were encountered:
didierofrivia
Successfully merging a pull request may close this issue.
RFE: Implementation of Kuadrant's Well-known attributes (RFC-0002).
Possible steps for the implementation
auth.*
NewWellknownAttributes
function that instantiates the struct from an Envoy ext-authzCheckRequest
inputAuthorizationJson
struct that merges the new Well-known attributes type into it, withjson:""
annotationNewAuthorizationJson
function that instantiates the struct from an Envoy ext-authzCheckRequest
andAuthPipeline
inputcontext.*
attributes from the Authorization JSON (for future removal)The text was updated successfully, but these errors were encountered: