Create, manage and delete service accounts
Manage service accounts
Section titled “Manage service accounts”Open your browser and log into the STACKIT Portal.
You can manage service accounts via IAM and Management > Service accounts.
stackit service-account --helpRefer to the Service account API in the API Explorer.
Create a service account
Section titled “Create a service account”-
Select the project under which you want to create a service account.
-
Navigate to IAM and Management > Service accounts.
-
Click Create service account.
-
Enter a prefix for the service account identifier and click Create.
stackit service-account create --name my-service-accountRefer to the Create service account documentation in the API Explorer.
Delete a service account
Section titled “Delete a service account”- Navigate to IAM and Management > Service accounts.
- Select the three dots at the end of the row of the service account you want to delete.
- Select Delete.
- Enter the service account id. Then select Delete.
stackit service-account delete my-service-account-emailRefer to the Delete service account documentation in the API Explorer.
List all service accounts
Section titled “List all service accounts”- Navigate to IAM and Management > Service accounts.
- You are presented with an overview of service accounts.
stackit service-account listRefer to the List service accounts documentation in the API Explorer.