You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: