Compare commits
1 Commits
4e493069ab
...
cb1f84f60b
Author | SHA1 | Date | |
---|---|---|---|
cb1f84f60b |
@@ -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]:
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user