From the options below, select the benefits of using a batch token over a service token. (select three)

Posted by: Pdfprep Category: VA-002-P Tags: , ,

From the options below, select the benefits of using a batch token over a service token. (select three)
A . no storage cost for token creation
B . lightweight and scalable
C . can be a root token
D . used for ephemeral, high-performance workloads
E . has accessors

Answer: A,B,D

Explanation:

Service Tokens

Service tokens are what users will generally think of as "normal" Vault tokens. They support all features, such as renewal, revocation, creating child tokens, and more. They are correspondingly heavyweight to create and track. Batch Tokens

Batch tokens are encrypted blobs that carry enough information for them to be used for Vault actions, but they require no storage on disk to track them. As a result, they are extremely lightweight and scalable but lack most of the flexibility and features of service tokens.

Reference link: – https://www.vaultproject.io/docs/concepts/tokens

Leave a Reply

Your email address will not be published.