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

Latest vault helm chart (0.27.0) does not work with GCPCKMS #1000

Open
kcansiz opened this issue Feb 21, 2024 · 0 comments
Open

Latest vault helm chart (0.27.0) does not work with GCPCKMS #1000

kcansiz opened this issue Feb 21, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@kcansiz
Copy link

kcansiz commented Feb 21, 2024

I pulled latest (0.27.0) helm chart from "https://github.com/hashicorp/vault-helm". When i start a HA Raft server with 3 nodes in GKE and use GCPCKMS to auto-unseal, it does not work as expected.

Helm chart shows that in server.ha.config (there was no notation for raft but it works in server.ha.raft.config) I should give the configs. However it is constantly turning to me as crashloopbackoff.
server:
ha:
config: |
#seal "gcpckms" {
# project = ""
# region = "
"
# key_ring = ""
# crypto_key = "
"
#}

After spending hours i figured out that server.image.tag was making it fail. When i change it to 1.5.0 from repository "vault" it worked fine.

default image:

server:
image:
repository: "hashicorp/vault"
tag: "1.15.2"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent

I am using:

server:
image:
repository: "vault"
tag: "1.5.0"
# Overrides the default Image Pull Policy
pullPolicy: IfNotPresent

@kcansiz kcansiz added the bug Something isn't working label Feb 21, 2024
@kcansiz kcansiz changed the title Latest vault helm chart (0.27.0) does not work via GCPCKMS Latest vault helm chart (0.27.0) does not work with GCPCKMS Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant