Commit 8038023b by Joe Blaylock

Certs variables for rolling issues

* Updates to certs variables to support patches in flight from Stanford
* SEND UPSTREAM
parent 926501bc
...@@ -12,7 +12,10 @@ ...@@ -12,7 +12,10 @@
# #
CERTS_QUEUE_URL: "http://localhost:18040" CERTS_QUEUE_URL: "http://localhost:18040"
CERTS_QUEUE_NAME: "certificates"
CERTS_TMP_DIR: "/var/tmp/cert"
CERTS_BUCKET: "" CERTS_BUCKET: ""
CERTS_LOGGING_ENV: ""
# basic auth credentials for connecting # basic auth credentials for connecting
# to the xqueue server # to the xqueue server
CERTS_XQUEUE_AUTH_USER: "edx" CERTS_XQUEUE_AUTH_USER: "edx"
...@@ -50,13 +53,14 @@ certs_gpg_dir: "{{ certs_app_dir }}/gnupg" ...@@ -50,13 +53,14 @@ certs_gpg_dir: "{{ certs_app_dir }}/gnupg"
certs_env_config: certs_env_config:
# CERTS_DATA is legacy, not used # CERTS_DATA is legacy, not used
CERT_DATA: {} CERT_DATA: {}
QUEUE_NAME: "certificates" QUEUE_NAME: $CERTS_QUEUE_NAME
QUEUE_URL: $CERTS_QUEUE_URL QUEUE_URL: $CERTS_QUEUE_URL
CERT_BUCKET: $CERTS_BUCKET CERT_BUCKET: $CERTS_BUCKET
# gnupg signing key # gnupg signing key
CERT_KEY_ID: $CERTS_KEY_ID CERT_KEY_ID: $CERTS_KEY_ID
LOGGING_ENV: "" LOGGING_ENV: $CERTS_LOGGING_ENV
CERT_GPG_DIR: $certs_gpg_dir CERT_GPG_DIR: $certs_gpg_dir
TMP_GEN_DIR: $CERTS_TMP_DIR
certs_auth_config: certs_auth_config:
QUEUE_USER: $CERTS_QUEUE_USER QUEUE_USER: $CERTS_QUEUE_USER
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment