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

Set VAULT_DEV_LISTEN_ADDRESS in dev mode #446

Merged
merged 1 commit into from
Jan 15, 2021
Merged

Conversation

tvoran
Copy link
Member

@tvoran tvoran commented Jan 15, 2021

Addresses hashicorp/vault-k8s#206

Since vault in dev mode now binds to localhost (127.0.0.1) by default, this adds the environment variable VAULT_DEV_LISTEN_ADDRESS to the server statefulset so that vault will accept traffic from outside the pod.

Also adds a couple tests for the new var, and modifies one that was affected by the extra env var added to the pod spec.

Binds vault to 0.0.0.0 in dev mode so that external traffic is
accepted.
Copy link
Contributor

@jasonodonnell jasonodonnell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

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.

None yet

2 participants