-
Notifications
You must be signed in to change notification settings - Fork 2k
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
doc: specify ca cert needs to be shared #20620
Conversation
I'm curious does that mean creating the Vault auth method for nomad with that public CA via the certificate parameter? https://developer.hashicorp.com/vault/docs/auth/cert#configuration |
Hm, that certificate parameter is for the certificate auth method, not the JWT auth method. Poking around I think I'll update the docs to point people to it directly. |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
(Certificate management is the worst.)
Had some confusion from a user thinking they had to use a lb/proxy to configure the Vault integration. I noticed our docs about mTLS/verify_client lacked mentioning that Vault needs to trust Nomad's CA, so I added some words to hopefully make that more clear? The words do not seem like good words so if you have gooder words please suggest them.