vault-secrets-operator icon indicating copy to clipboard operation
vault-secrets-operator copied to clipboard

Vault operator init command error with new vault image 1.12.1

Open kamalverma1 opened this issue 2 years ago • 1 comments

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

kamalverma1 avatar Jan 25 '23 13:01 kamalverma1

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.

ricoberger avatar Jan 25 '23 19:01 ricoberger