small edits

This commit is contained in:
revital
2025-04-06 10:32:37 +03:00
parent af0a433690
commit 49b1b65688
10 changed files with 13 additions and 13 deletions

View File

@@ -30,12 +30,12 @@ To configure groups that should automatically become admins in ClearML set the f
CLEARML__services__login__sso__saml_client__microsoft_ad__groups__admins=[<admin_group_name1>, <admin_group_name2>, ...]
```
To change the the default Group Claim set the following environment variable:
To change the default Group Claim, set the following environment variable:
```
CLEARML__services__login__sso__saml_client__microsoft_ad__groups__claim=...
```
To make group matching case insensitive set the following environment variable:
To make group matching case-insensitive, set the following environment variable:
```
CLEARML__services__login__sso__saml_client__microsoft_ad__groups__case_sensitive=false
```

View File

@@ -10,7 +10,7 @@ browser).
In the following sections, you will be instructed to set up different environment variables for the ClearML Server. If
using a `docker-compose` deployment, these should be defined in your `docker-compose.override.yaml` file, under the
`apiserver` service environment variables, as follows:
`apiserver` services environment variables, as follows:
```
services:

View File

@@ -15,7 +15,7 @@ ClearML tenant can be associated with a particular external tenant
<clearml_webapp_address>/login
<clearml_webapp_address>/login/<external tenant ID>
```
3. Make sure the external tenant ID and groups are returned as claims for a each user
3. Make sure the external tenant ID and groups are returned as claims for each user
## Configure ClearML to use Multi-Tenant Mode