-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
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
Introduce a Backend SecurityPolicy #4953
Comments
Will the proposed |
For the time being, authentication is the priority, so I'm fine with it being |
I'm +1 for this. As the firt iteration, we can consider supporting generic credentials and the oauth2 client grant with the credential injector filter |
instead of adding another API, my vote is to incorporate the feature into the existing Backend API, since the persona defining the backend endpoint is the same as the persona defining the backend auth info |
If multiple Backend resources share the same authentication config, an idenpent |
Description:
The envoy gateway SecurityPolicy is meant for traffic entering the gateway from a client. It would be helpful to have a new dedicated Backend SecurityPolicy for traffic exiting the gateway to a backend.
Some use cases include:
[optional Relevant Links:]
The text was updated successfully, but these errors were encountered: