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

[BUG/FEATURE?] Doesn't work when used in combination with Bridge to Kubernetes #606

Open
kipusoep opened this issue Sep 8, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@kipusoep
Copy link

kipusoep commented Sep 8, 2023

Components and versions
Select which component(s) the bug relates to with [X].

[ ] Controller, version: x.x.x (docker image tag)
[X] Env-Injector (webhook), version: 1.3.0 (docker image tag)
[ ] Other

Describe the bug
When using Bridge to Kubernetes to debug a service on k8s locally, the secrets are not resolved. So appsettings have a literal value of 'my-secret@azurekeyvault'.
A work-around is to disable the loading of environment variables in the program.cs and use local appsettings/usersecret instead.

To Reproduce
Use Bridge to Kubernetes with a service that has a deployment which depends on akv2k8s secrets.

Expected behavior
It would be nice if the secrets were populated, though I can imagine it's not that straightforward.

@kipusoep kipusoep added the bug Something isn't working label Sep 8, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant