mirror of
https://github.com/clearml/clearml-server
synced 2025-06-26 23:15:47 +00:00
Add support for fix user list credentials
This commit is contained in:
@@ -52,6 +52,22 @@ login {
|
||||
}
|
||||
}
|
||||
|
||||
logout {
|
||||
internal: false
|
||||
allow_roles = [ "*" ]
|
||||
"2.2" {
|
||||
description: """Removes the authentication cookie from the current session"""
|
||||
request {
|
||||
type: object
|
||||
additionalProperties: false
|
||||
}
|
||||
response {
|
||||
type: object
|
||||
additionalProperties: false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
get_token_for_user {
|
||||
"2.1" {
|
||||
description: """Get a token for the specified user. Intended for internal use."""
|
||||
|
||||
Reference in New Issue
Block a user