mirror of
https://github.com/clearml/clearml-server
synced 2025-01-31 19:06:55 +00:00
16 lines
301 B
Plaintext
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"
|
|
]
|
|
}
|
|
} |