Compare commits

..

1 Commits

Author SHA1 Message Date
4e493069ab groups doc 2025-08-08 06:25:53 +03:00
2 changed files with 3 additions and 1 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]:

View File

@@ -21,8 +21,10 @@ 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