Answer is A wrong.
vault kv put secret/my-secret/my-password test
Failed to parse K=V data: invalid key/value pair "test": format must be key=value
vault kv put secret/my-secret/my-password user=test
I have tested on my local machine.
Thanks
The right command to create a key is 'vault kv put', the path to our new key is "secret/my-secrets/my-password" and it's value is "53cr3t". A has the correct syntax per https://developer.hashicorp.com/vault/docs/commands/kv#examples in the documentation.
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
BinMahamood
3 weeks, 2 days agoStokvisss
5 months agobunnyjoel
1 year, 1 month agobunnyjoel
1 year, 1 month agodaz_rekka
1 year, 3 months ago