Managed Service Accounts (RBAC)
For Kubernetes Power Users: Information about the service accounts created by DuploCloud
When a DuploCloud Tenant is created with Kubernetes access, DuploCloud creates three service accounts that are mapped to the Tenant's unique namespace.
Account types
default -
Thedefault
account serves as a template for creating other accounts. This account cannot be altered by the end user. There are no role bindings for thedefault
service account.duploservices--readonly-user
- This service account is assigned to theduploservices-<tenant>-readonly-role
role binding. It provides read-only access to resources in the Tenantduploservices--edit-user
- This service account is assigned to theduploservices-<tenant>-edit-role
role binding. It provides edit access to resources in the Tenant. This is the service account that is assigned to a new Pod, unless you explicitly override it
Service accounts can be applied to Pods using the DuploCloud Service's Other Pod Configuration field when you Add a Service.
Last updated