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

Add support for AGENT_INJECT_VAULT_CACERT_BYTES #974

Open
LS80 opened this issue Nov 8, 2023 · 2 comments
Open

Add support for AGENT_INJECT_VAULT_CACERT_BYTES #974

LS80 opened this issue Nov 8, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@LS80
Copy link

LS80 commented Nov 8, 2023

Is your feature request related to a problem? Please describe.
Allow setting AGENT_INJECT_VAULT_CACERT_BYTES.

Describe the solution you'd like
A new value under injector.

Describe alternatives you've considered
injector.extraEnvironmentVars

Additional context
hashicorp/vault-k8s#507.

@LS80 LS80 added the enhancement New feature or request label Nov 8, 2023
@LS80 LS80 changed the title Add support for AGENT_INJECT_VAULT_CACERT_BYTES Add support for AGENT_INJECT_VAULT_CACERT_BYTES Nov 8, 2023
@barth12
Copy link

barth12 commented Jan 2, 2024

Hello, it would be great to be able to set it in Helm values. Meanwhile, is there a workaround to set it via Helm?

@LukasdeBoer
Copy link

LukasdeBoer commented Oct 25, 2024

Yes, you can do this:

injector:
  extraEnvironmentVars:
    AGENT_INJECT_VAULT_CACERT_BYTES: ""

It supports either raw PEM or base64 encoded PEM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants