Skip to content
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

Allow WASM extensions configuration from secret #4424

Open
daniel-white opened this issue Oct 11, 2024 · 1 comment
Open

Allow WASM extensions configuration from secret #4424

daniel-white opened this issue Oct 11, 2024 · 1 comment

Comments

@daniel-white
Copy link

daniel-white commented Oct 11, 2024

Description:
I'm currently using the config option for a Wasm extension. I have a sensitive value that I don't want explicitly defined in my chart or as a value. It would be great if I could configure the Wasm extension with a secret.

[optional Relevant Links:]
Wasm object definition: https://gateway.envoyproxy.io/docs/api/extension_types/#wasm

@zhaohuabing
Copy link
Member

zhaohuabing commented Oct 15, 2024

Ideally the sensitive value should be a Secret reference in the config, and only the Wasm module should be able to access it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants