groups doc
This commit is contained in:
@@ -3,7 +3,7 @@ from typing import List, Tuple
|
||||
|
||||
from kubernetes import client, config
|
||||
|
||||
OIDC_USERS_NAMESPACE = os.getenv("OIDC_USERS_NAMESPACE")
|
||||
OIDC_USERS_NAMESPACE = os.environ["OIDC_USERS_NAMESPACE"]
|
||||
|
||||
|
||||
def users_with_group(group: str) -> List[str]:
|
||||
|
||||
Reference in New Issue
Block a user