groups doc

This commit is contained in:
2025-08-08 05:40:45 +03:00
parent f5cfb3454a
commit 4e493069ab
4 changed files with 10 additions and 8 deletions

View File

@@ -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]: