mirror of
https://github.com/clearml/clearml-server
synced 2025-02-07 13:33:42 +00:00
Revoke tests account in fixed mode, cleanup
This commit is contained in:
parent
26bda01a28
commit
1b49da8748
@ -28,6 +28,7 @@
|
|||||||
display_name: "Default User"
|
display_name: "Default User"
|
||||||
user_key: "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
user_key: "EGRTCO8JMSIGI6S39GTP43NFWXDQOW"
|
||||||
user_secret: "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
user_secret: "x!XTov_G-#vspE*Y(h$Anm&DIc5Ou-F)jsl$PdOyj5wG1&E!Z8"
|
||||||
|
revoke_in_fixed_mode: true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -1 +0,0 @@
|
|||||||
parameterized
|
|
@ -1,4 +1,4 @@
|
|||||||
from typing import Sequence, Tuple, Any, Union, Callable, Optional
|
from typing import Sequence, Tuple, Any, Union, Callable, Optional, Mapping
|
||||||
|
|
||||||
|
|
||||||
def flatten_nested_items(
|
def flatten_nested_items(
|
||||||
@ -36,7 +36,7 @@ def deep_merge(source: dict, override: dict) -> dict:
|
|||||||
|
|
||||||
|
|
||||||
def nested_get(
|
def nested_get(
|
||||||
dictionary: dict,
|
dictionary: Mapping,
|
||||||
path: Union[Sequence[str], str],
|
path: Union[Sequence[str], str],
|
||||||
default: Optional[Union[Any, Callable]] = None,
|
default: Optional[Union[Any, Callable]] = None,
|
||||||
) -> Any:
|
) -> Any:
|
||||||
|
Loading…
Reference in New Issue
Block a user