Use PASSWORD secret convention

See coop-cloud/abra#33.
This commit is contained in:
Luke Murphy
2020-12-31 15:27:36 +01:00
parent c9f8c0b47f
commit 6fbb718cad
3 changed files with 22 additions and 19 deletions
+8 -6
View File
@@ -85,24 +85,26 @@ configs:
file: app.ini.tmpl
template_driver: golang
# Note(decentral1se): migrate from passwd -> password
# See https://git.autonomic.zone/coop-cloud/abra/pulls/33
secrets:
db_passwd:
name: ${STACK_NAME}_db_passwd_${DB_PASSWD_VERSION}
name: ${STACK_NAME}_db_passwd_${SECRET_DB_PASSWORD_VERSION}
external: true
db_root_passwd:
name: ${STACK_NAME}_db_root_passwd_${DB_ROOT_PASSWD_VERSION}
name: ${STACK_NAME}_db_root_passwd_${SECRET_DB_ROOT_PASSWORD_VERSION}
external: true
internal_token:
name: ${STACK_NAME}_internal_token_${INTERNAL_TOKEN_VERSION}
name: ${STACK_NAME}_internal_token_${SECRET_INTERNAL_TOKEN_VERSION}
external: true
jwt_secret:
name: ${STACK_NAME}_jwt_secret_${JWT_SECRET_VERSION}
name: ${STACK_NAME}_jwt_secret_${SECRET_JWT_SECRET_VERSION}
external: true
secret_key:
name: ${STACK_NAME}_secret_key_${SECRET_KEY_VERSION}
name: ${STACK_NAME}_secret_key_${SECRET_SECRET_KEY_VERSION}
external: true
smtp_passwd:
name: ${STACK_NAME}_smtp_passwd_${SMTP_PASSWD_VERSION}
name: ${STACK_NAME}_smtp_passwd_${SECRET_SMTP_PASSWORD_VERSION}
external: true
volumes: