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.
upvoted 1 times
...
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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.
bunnyjoel
8 months agobunnyjoel
8 months agodaz_rekka
10 months, 1 week ago