mirror of
https://github.com/clearml/clearml-docs
synced 2025-06-26 18:17:44 +00:00
small edits
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
@@ -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` service’s environment variables, as follows:
|
||||
|
||||
```
|
||||
services:
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user