Which CLI command would enable a versioned Key/Value secrets engine in Vault at path my-secrets?
You have enabled the database secrets engine at the database/ path and created the readonly role. You run vault read, and the output shown in the exhibit is returned.
Which command renews the given lease?
Exhibit:
$ vault read database/creds/readonly
lease_id database/creds/readonly/fyF5xDomnKeCHNZNQgStwBKD
lease_duration 1h
lease_renewable true
password Ala-ckirtymYaXACplHn
username v-token-readonly-6iRIcGv8tLpu816oblPY-1556567086
The Vault CLI can output to formats such as JSON, YAML, and Table.
You are building a new CI/CD pipeline which integrates with Vault. You will be building multiple targets: on premises in vSphere, and in AWS. You have already selected the AWS authentication method for the AWS targets.
Which auth method can the CI/CD tool use to authenticate with the on-premises targets?
When an auth method is disabled all users authenticated via that method lose access.
What information is required to revoke a Vault lease?
When using Integrated Storage, which of the following should you do to recover from possible data loss?
If a role is able to read a secret from Vault, but unable to change the values, what capability is missing in the policy?
Which of the following cannot define the maximum time-to-live (TTL) for a token?
Use this screenshot to answer the question below:

Where on this page would you click to view a secret located at secret/my-secret?