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 the route termination to be customized #671

Closed
wants to merge 1 commit into from

Conversation

mbaldessari
Copy link
Contributor

This covers, in part, issue #490. Namely, the route currently hardcodes
the termination mode to "passhtrough". Let's parametrize this so a user
can customize it. The use-case here being that we can deploy the vault
in http mode and expose it via https externally and by choosing 'edge'
as the termination type we let the TLS be taken care of by the route
object.

The default remains 'passthrough' in order to not disrupt any existing
setup.

This covers, in part, issue hashicorp#490. Namely, the route currently hardcodes
the termination mode to "passhtrough". Let's parametrize this so a user
can customize it. The use-case here being that we can deploy the vault
in http mode and expose it via https externally and by choosing 'edge'
as the termination type we let the TLS be taken care of by the route
object.

The default remains 'passthrough' in order to not disrupt any existing
setup.
@hashicorp-cla
Copy link

hashicorp-cla commented Jan 7, 2022

CLA assistant check
All committers have signed the CLA.

@tvoran tvoran added enhancement New feature or request openshift vault-server Area: operation and usage of vault server in k8s labels Jan 7, 2022
@tvoran
Copy link
Member

tvoran commented Jan 8, 2022

Thanks for the patch! I'm thinking we might as well allow users to set the whole tls block as YAML, like the approach taken in #396. What do you think?

@mbaldessari
Copy link
Contributor Author

Thanks Theron! Absolutely. #396 covers more, so let's go for that one I'll close this one out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request openshift vault-server Area: operation and usage of vault server in k8s
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants