Which statement best describes how to handle service accounts in practice?

Study for the User Account Management Test. Enhance your skills with flashcards and multiple choice questions, each with hints and explanations. Be prepared for success!

Multiple Choice

Which statement best describes how to handle service accounts in practice?

Explanation:
Handle service accounts as machine identities and grant them access through roles, not groups. This keeps permissions scalable and auditable: bind each service account to the minimal set of roles that cover what the service needs. Grouping service accounts isn’t typically helpful and can complicate rotation and tracing, while assigning permissions one by one per resource is error-prone and hard to manage. So using roles without a group concept best fits how service accounts are used in practice.

Handle service accounts as machine identities and grant them access through roles, not groups. This keeps permissions scalable and auditable: bind each service account to the minimal set of roles that cover what the service needs. Grouping service accounts isn’t typically helpful and can complicate rotation and tracing, while assigning permissions one by one per resource is error-prone and hard to manage. So using roles without a group concept best fits how service accounts are used in practice.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy