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 · 4 comments
Open

Allow WASM extensions configuration from secret #4424

daniel-white opened this issue Oct 11, 2024 · 4 comments

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.

Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

@github-actions github-actions bot added the stale label Nov 15, 2024
@arkodg
Copy link
Contributor

arkodg commented Nov 19, 2024

keeping this issue open in case someone wants to extend the new env field and add a custom sub field which can read values from Env vars are secrets

@github-actions github-actions bot removed the stale label Nov 19, 2024
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days.

@github-actions github-actions bot added the stale label Dec 19, 2024
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

3 participants