Question 1easymultiple choice
Read the full Utilize Vault CLI and API explanation →Refer to the exhibit. A user has a token that has the 'default' policy attached. What actions can the user perform on 'secret/data/team'?
Exhibit
$ vault policy list admin-policy default readonly $ vault token capabilities secret/data/team read, list $ vault token capabilities -policy=readonly secret/data/team read, list $ vault token capabilities -policy=admin-policy secret/data/team create, read, update, delete, list