Service Accounts

Create a Service Account using EGI Check-in

A Service Account is a special kind of account typically used by an application or compute workload rather than a person. Service Accounts are meant to represent the identity and authorization of an application or service. They serve as a means for applications to authenticate and interact with other systems, databases, or resources.

Service Accounts are particularly beneficial in scenarios where continuous and automated operations are required, such as batch processing, background tasks, or integration with cloud services. By using Service Accounts, organizations can enhance security, improve efficiency, and ensure the smooth functioning of their IT systems.

A Service Account can be created by registering an OIDC service with the Client Credentials grant through the Federation Registry.

The required policy documents should be specified as follows:

The entitlements that need to be associated with the Service Account can be requested by opening a GGUS ticket (see the Getting help section in the FAQ) with the following information:

Last modified July 22, 2024 by Sebastian Luna-Valero : add what and why