- (Topic 2)
True or False? The command vault lease revoke -prefix aws/ will revoke all leases associated with the secret engine mounted at /aws.
Correct Answer:A
- (Topic 5)
What are orphan tokens?
Correct Answer:D
- (Topic 3)
Which of the following are valid types of tokens available in Vault? (Select five)
Correct Answer:BCDEF
- (Topic 2)
You have a long-running app that cannot handle a regeneration of a token or secret. What type of token should be created for this application in order to authenticate and interact with Vault?
Correct Answer:B
- (Topic 3)
Based on the output below, how many policies have been added to Vault?
$ vault policy list base
default root
web-app-1 automation-team
Correct Answer:A
- (Topic 5)
A developer mistakenly committed code that contained AWS S3 credentials into a public repository. You have been tasked with revoking the AWS S3 credential that was in the code. This credential was created using Vault's AWS secrets engine and the developer received the following output when requesting a credential from Vault.
Which Vault command will revoke the lease and remove the credential from AWS?
Correct Answer:A