ricoberger / vault-secrets-operator

Create Kubernetes secrets from Vault for a secure GitOps based workflow.
MIT License
628 stars 102 forks source link

Vault operator init command error with new vault image 1.12.1 #181

Open kamalverma1 opened 1 year ago

kamalverma1 commented 1 year ago

I am getting error on executing the below command:

Command:

vault operator init -format=json 2>&1

Error:

│ Undefined error while initializing vault │ │ Error initializing: Error making API request. │ │ │ │ URL: PUT https://vault:8200/v1/sys/init │ │ Code: 400. Errors: │ │ │ │ * parameters secret_shares,secret_threshold not applicable to seal type awskms

It was working with the previous version of vault 1.11.3 but not working on 1.12.1

ricoberger commented 1 year ago

Hi, I'm not sure if I got it correct, but when you are talking about vault operator init I think this would be an issue for https://github.com/hashicorp/vault.