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

Backport of config: fix loading Vault token from env var into release/1.7.x #19352

Conversation

hc-github-team-nomad-core
Copy link
Contributor

Backport

This PR is auto-generated from #19349 to be assessed for backporting due to the inclusion of the label backport/1.7.x.

The below text is copied from the body of the original PR.


The defaultVault variable is a pointer to the Vault configuration named default. Initially, this variable points to the Vault configuration that is used to load CLI flag values, but after those are merged with the default and config file values the pointer reference must be updated before mutating the config with environment variable values.

Fixes #19342


Overview of commits

@hc-github-team-nomad-core hc-github-team-nomad-core force-pushed the backport/b-fix-vault-token-from-env/slightly-inspired-leech branch from 5913bb6 to da02e25 Compare December 7, 2023 16:57
@lgfa29 lgfa29 merged commit 23cefd3 into release/1.7.x Dec 7, 2023
17 of 19 checks passed
@lgfa29 lgfa29 deleted the backport/b-fix-vault-token-from-env/slightly-inspired-leech branch December 7, 2023 19:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants