-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support SSL connection to Vault api #50
Conversation
config/astral.yml
Outdated
vault_token: | ||
vault_addr: | ||
# if VAULT_ADDR is https with self-signed cert, need to provide | ||
# CA cert (path to file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This comment confused me for a bit. It would have been clearer to me if it read:
# if VAULT_ADDR is https with self-signed cert, need to provide
# CA cert (path to file) in "vault_ssl_cert" below:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated if you can please re-up the approval
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had a minor comment, but LGTM
implemented in devcontainer with self-signed cert