- (Topic 1)
What API endpoint is used to manage secrets engines in Vault?
Correct Answer:
B
- (Topic 5)
What environment variable overrides the CLI's default Vault server address?
Correct Answer:
B
- (Topic 3)
True or False? The following policy permits a user to read secrets contained in the path secrets/cloud/apps/jenkins?
text CollapseWrapCopy
path "secrets/cloud/apps/jenkins/*" {
capabilities = ["create", "read", "update", "delete", "list"]
}
Correct Answer:
B
- (Topic 4)
True or False? Performing a rekey operation using the vault operator rekey command creates new unseal/recovery keys as well as a new root key?
Correct Answer:
B
- (Topic 4)
Vault enables the generation of dynamic credentials against many different platforms. When generating these credentials, what Vault feature is used to track the credentials?
Correct Answer:
D