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

Offer some way to access non-localhost HTTP vaults #43

Closed
mcginty opened this issue Nov 28, 2019 · 1 comment · Fixed by #48
Closed

Offer some way to access non-localhost HTTP vaults #43

mcginty opened this issue Nov 28, 2019 · 1 comment · Fixed by #48

Comments

@mcginty
Copy link

mcginty commented Nov 28, 2019

The problem

Requiring HTTPS for non-localhost vault addresses is "too much safety" in certain valid secure network configurations.

Details

Create a vault server somewhere, and setup both machines to be connected via a secure VPN like WireGuard.

Example vault.hcl:


listener "tcp" {
  address = "10.13.37.100:8200"
  tls_disable = 1
}

HTTP traffic over the WireGuard network is encrypted and strongly authenticated, perfectly safely, yet cryptr won't allow this type of connection.

@jcrowthe
Copy link
Collaborator

I too have actually been annoyed by this. PR submitted.

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 a pull request may close this issue.

2 participants