Microservices - Configuration and Secrets Management
Given this Vault CLI command sequence, what will be the output?
vault kv put secret/app-config username=admin password=pass123 vault kv get -field=password secret/app-config
