clearml-server/apiserver/config/default/services/auth.conf
2021-01-05 16:22:34 +02:00

16 lines
301 B
Plaintext

fixed_users {
guest {
enabled: false
default_company: "025315a9321f49f8be07f5ac48fbcf92"
name: "Guest"
username: "guest"
password: "guest"
# Allow access only to the following endpoints when using user/pass credentials
allow_endpoints: [
"auth.login"
]
}
}