Microservices - Configuration and Secrets Management
Given this Vault CLI command sequence, what will be the output?
vault kv put secret/api-key value=12345 vault kv get -field=value secret/api-key
