From 212a915bd38ae51e2e6a1cd7932afc09fdbd2038 Mon Sep 17 00:00:00 2001 From: Jennifer Richards Date: Mon, 13 May 2024 11:55:45 -0300 Subject: [PATCH] ci: don't set APP_API_TOKENS in django-config --- k8s/django-config.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/k8s/django-config.yaml b/k8s/django-config.yaml index e6f5b3ca8..9ece6fa9e 100644 --- a/k8s/django-config.yaml +++ b/k8s/django-config.yaml @@ -66,7 +66,9 @@ data: CELERY_PASSWORD: "this-is-a-secret" # secret - DATATRACKER_APP_API_TOKENS_JSON: "{}" # secret + # Only one of these may be set + # DATATRACKER_APP_API_TOKENS_JSON_B64: "e30K" # secret + # DATATRACKER_APP_API_TOKENS_JSON: "{}" # secret # use this to override default - one entry per line # DATATRACKER_CSRF_TRUSTED_ORIGINS: |-