The slide depicts the OIDC Authentication Flow for an RKE2 Kubernetes cluster in four steps: configuring OIDC on the API Server with issuer iam.cloud.infn.it, generating a token via oidc-agent, accessing the cluster using kubectl with the token, and testing authorizations on the "users" Capsule Tenant.
OIDC Authentication Flow
{ "headers": [ "Passo", "Descrizione", "Strumenti/Comandi" ], "rows": [ [ "1. Configurazione OIDC", "Configurazione OIDC sull'API Server del cluster RKE2", "issuer: iam.cloud.infn.it" ], [ "2. Generazione Token", "Utilizzo oidc-agent per ottenere il token OIDC", "oidc-agent" ], [ "3. Accesso al Cluster", "Connessione al Kubernetes API Server", "kubectl --token=$token" ], [ "4. Test Autorizzazione", "Verifica autorizzazioni sul tenant dedicato", "Capsule Tenant \"users\"" ] ] }
Source: Presentazione tecnica sul cluster Kubernetes (RKE2) per il progetto ICSC
Speaker Notes
- Configurazione OIDC su API Server (issuer: iam.cloud.infn.it)
- oidc-agent per generazione token
- Accesso tramite kubectl --token=$token
- Tenant “users” per test autorizzazione