mirror of
https://github.com/clearml/clearml-server
synced 2025-03-03 10:43:10 +00:00
Add configuration example, limit user login
This commit is contained in:
parent
6b902f85f4
commit
bcade31786
19
docs/apiserver.conf
Normal file
19
docs/apiserver.conf
Normal file
@ -0,0 +1,19 @@
|
||||
auth {
|
||||
# Fixed users login credetials
|
||||
# No other user will be able to login
|
||||
fixed_users {
|
||||
enabled: true
|
||||
users: [
|
||||
{
|
||||
username: "jane"
|
||||
password: "12345678"
|
||||
name: "Jane Doe"
|
||||
},
|
||||
{
|
||||
username: "john"
|
||||
password: "12345678"
|
||||
name: "John Doe"
|
||||
},
|
||||
]
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user