Compare commits

..

1 Commits

Author SHA1 Message Date
cb1f84f60b groups doc 2025-08-08 05:41:56 +03:00
2 changed files with 1 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ from typing import List, Tuple
from kubernetes import client, config
OIDC_USERS_NAMESPACE = os.environ["OIDC_USERS_NAMESPACE"]
OIDC_USERS_NAMESPACE = os.getenv("OIDC_USERS_NAMESPACE")
def users_with_group(group: str) -> List[str]:

View File

@@ -21,10 +21,8 @@ services:
doorboy_proxy:
environment:
OIDC_USERS_NAMESPACE: passmower
DOORBOY_SECRET_FLOOR: "0123456789"
DOORBOY_SECRET_WORKSHOP: "9999999999"
SLACK_VERIFICATION_TOKEN: DEV
SLACK_DOORLOG_CALLBACK: DEV
SLACK_CHANNEL_ID: CDL9H8Q9W
env_file: .env