GitShow/kelseyhightower/vault-on-google-kubernetes-engine
kelseyhightower

vault-on-google-kubernetes-engine

How to guide on running HashiCorp's Vault on Google Kubernetes Engine

by kelseyhightower
Star on GitHubFork

Shell

386 stars57 forks6 contributorsQuiet · 5y agoSince 2018

Meet the team

See all 6 on GitHub →
sethvargo
sethvargo5 contributions
kelseyhightower
kelseyhightower3 contributions
andrewwatson
andrewwatson1 contribution
dparrish
dparrish1 contribution
fridiculous
fridiculous1 contribution
leewalter
leewalter1 contribution

Languages

View on GitHub →
Shell100%

Commit activity

Last 12 weeks · 0 commits

Full graph →

Community health

1 of 6 standards met

Community profile →
28
✓README○License○Contributing○Code of Conduct○Issue Template○PR Template

Recent PRs & issues

Quiet · 1 in progress · Last activity 5y ago
See all on GitHub →
SrikantPatil88
storage migration check errorOpenIssue

Hi Folks, My Vault cluster was working properly yesterday to give the master authorized access i had to deploy it again with terraform code but not is giving storage access issue , Vault is using GCS as backend Getting below error in stack driver, [WARN] storage migration check error: error="failed to read value for "core/migration": googleapi: got HTTP response code 403 with body: AccessDeniedAccess denied.Primary: /namespaces/service account with additional claims does not have storage.objects.get access to the Google Cloud Storage object." The status of Vault pod, containers with unready status: [vault] Anyone faced this issue?

SrikantPatil88 · 1y ago
Tierprot
"https://127.0.0.1:8200/v1/sys/health: x509: certificate signed by unknown authority" during pod startupOpenIssue

While trying to reproduce tutorial i've faced an obsolete config line (i guess) and finally i stuck on the error which is the name of the topic. Changes i made to the vault.yaml: lines were changed to After the modification of the config vault-init builds up and starts succesfully, however second image (vault itself) cannot start due to "certificate signed by unknown authority" issue, i've seen a thread with same issue (https://github.com/hashicorp/vault/issues/7400), but in current version of config (vault.yaml) no similar definitions present. I'm newbie into writing kubernetes configs so i kinda stuck, would be much appreciated for the tip where to make a correction. As a test i've run check of the certificate: openssl verify -verbose -CAfile ca.pem vault.pem vault-combined.pem which return OK. Logs from the kubectl describe pod: Logs from the kubectl logs vault-0 -c vault-init

Tierprot · 2y ago
BrentDorsey
Vault is sealed. Unsealing... storage: object doesn't existOpenIssue

Thanks for putting this together man I love your work! I'm hoping you can help me resolve the issue I'm having. I've gone through the instructions several times and I keep running into the same "storage: object doesn't exists" error when init container is trying to unseal the vault. The missing storage object is unseal-keys.json.enc. For some reason the init container is not able to authenticate to the vault API and unable to generate unseal-keys.json.enc? The only changes I made to the instructions were to use the us-central region and I had to remove cluster-version because 1.11.2-gk3.9 is no longer supported.

BrentDorsey · 6y ago

Recent fixes

View closed PRs →
sandromello
Alternative over generating TLS certificates for VaultMergedPR

This PR adds an alternative approach over generating TLS certificate for vault, instead of generating a new CA, uses the certificate CSR API of Kubernetes to obtain a valid certificate. Tested with .

sandromello · 3y ago
ravismd
Vault PODS are in pending state for everClosedIssue

Hi, my vault pods are in pending state for ever after helm install "HA mode, as integrated storage" ubuntu@ip-172-31-12-183:~$ kubectl get pods --selector='app.kubernetes.io/name=vault' --namespace='vault' NAME READY STATUS RESTARTS AGE vault-0 0/1 Pending 0 20m vault-1 0/1 Pending 0 20m could anyone please help me out to get rid of this error?

ravismd · 4y ago
mitcharoo
CrashLoopBackOff When Deploying VaultClosedIssue

Getting a continuous back-off and restart. Only thing I changed from the walk-through was the GKE cluster version to ( threw error). 501 error?:

mitcharoo · 7y ago
Structured data for AI agents

Repository: kelseyhightower/vault-on-google-kubernetes-engine. Description: How to guide on running HashiCorp's Vault on Google Kubernetes Engine Stars: 386, Forks: 57. Primary language: Shell. Languages: Shell (100%). Open PRs: 1, open issues: 4. Last activity: 5y ago. Community health: 28%. Top contributors: sethvargo, kelseyhightower, andrewwatson, dparrish, fridiculous, leewalter.

·@ofershap

Replace github.com with gitshow.dev