-
Notifications
You must be signed in to change notification settings - Fork 360
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
Append a Request Header value from a Secret #4757
Comments
there doesnt seem to be a way to read a header value from sds config source will need something like https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/core/v3/config_source.proto#config-core-v3-configsource to implement this |
alternatively simply EG can read the secret and use the plain header mutation? |
The value will be exposed in the config dump which is not desirable |
yeah though i imagine people capable of dumping configs == people having access to secrets? |
that may not be the case, app devs (xRoute creators) may also hold sensitive info they may not want to share with infra admins (managing EG infra) like basic auth keys, API keys. |
No description provided.
The text was updated successfully, but these errors were encountered: