Skip to content
Snippets Groups Projects
Commit fb2f7dc9 authored by Bert Palm's avatar Bert Palm :bug:
Browse files

added encryption key to frost

parent be5f12f5
No related branches found
No related tags found
1 merge request!248Protect secrets
Pipeline #488999 passed
......@@ -629,6 +629,7 @@ services:
TOMCAT_PROXY_URL: "${TOMCAT_PROXY_URL}"
DB_API_BASE_URL: "${DB_API_BASE_URL}"
JOURNALING: "${JOURNALING}"
FERNET_ENCRYPTION_SECRET: "${FERNET_ENCRYPTION_SECRET}"
entrypoint: ["python3", "frost_setup.py"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment