From 8f62c839b03b1767eb445bd1d1045ab7f82e261e Mon Sep 17 00:00:00 2001 From: KhizerJaan Date: Thu, 21 Nov 2024 13:34:18 +0500 Subject: [PATCH] Update Docs to Specify Group IDs for Vault OIDC Login in Tenant Spec --- content/crds-api-reference/tenant.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/crds-api-reference/tenant.md b/content/crds-api-reference/tenant.md index c0a309273..cc97d7f93 100644 --- a/content/crds-api-reference/tenant.md +++ b/content/crds-api-reference/tenant.md @@ -85,6 +85,8 @@ These roles are obtained from [IntegrationConfig's TenantRoles field](integratio Users and groups are linked to these roles by specifying their usernames or group names in the respective fields under `owners`, `editors`, and `viewers`. +For Vault OIDC login, specify group IDs in the respective group fields in the tenant spec. + ## Quota The `quota` field sets the resource limits for the tenant, such as CPU and memory usage, to prevent any single tenant from consuming a disproportionate amount of resources. This mechanism ensures efficient resource allocation and fosters fair usage practices across all tenants.