Question 1 of 25
What command creates a secret with the key "my-password" and the value "53cr3t" at path "my-secrets" within the KV secrets engine mounted at "secret"?
Show answer
How others answered
- D80%
- A20%
Explanation
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
Adapted from community discussion by bunnyjoel · 2024-03-24 · 2 community upvotes. Third-party contribution; reviewed by our quality filter, not independently verified.




