--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/ab26fef8-1c24-4799-b4db-68453be38230%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi David,What errors are you getting and when are you getting them?Best,Jeff
On Wed, Feb 21, 2018 at 5:15 PM, David Lucas <davidva...@gmail.com> wrote:
Hi there,I'm trying to understand the flow of information between vault and a kubernetes cluster in AWS, as I've been struggling with x509 errors for the last day or so trying to get vault and kubernetes to talk to each other using the official kubernetes auth method. Here's how I currently understand the relationship:Vault needs:ca.crtvault.key - for tls listener, self-signedvault.csr - for tls listener, self-signedk8s-ca.crt - to talk to kubernetes, although I don't know exactly where I need to tell vault this file is. Currently defined in the kubernetes_ca_cert config portion of the kubernetes auth plugin.Kubernetes needs:k8s-ca.crtservice account with permissions to talk to the service API - Here's where I am a bit confused, as I can't tell if the token-reviewer is a seperate service account from the one's I'll need to create for my pods to connect to vault, or if that role to talk to the service API should be granted to the pod service accounts.Is there anything else I'm missing, or else do I just have this totally wrong in my head?Thanks.
--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/hashicorp/vault/issues
IRC: #vault-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Vault" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vault-tool+...@googlegroups.com.
{"errors":["Post https://api.****.net/apis/authentication.k8s.io/v1/tokenreviews: x509: certificate signed by unknown authority"]}
To view this discussion on the web visit https://groups.google.com/d/msgid/vault-tool/0427f2db-fb4b-4815-8273-164fbf494cd6%40googlegroups.com.