Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 827 Bytes

identities.md

File metadata and controls

10 lines (7 loc) · 827 Bytes

Identities

To set up and configure Primaza, primazactl creates several identities and shares their credentials across different clusters. These identities rely on Kubernetes Service Accounts and Service Account's tokens.

As an example, when primazactl configures a cluster to work with an instance of Primaza, it creates a Service Account and a Service Account's token. This data is collected and used to build a kubeconfig that, in turn, is shared with Primaza. Primaza will now use the kubeconfig to connect and authenticate with the worker cluster.

The module primazactl.identity stores the implementation of the Identity concept.