#6995 Secret ansible values for Taskotron related web-app deployment
Closed: Fixed Opened by jskladan.

  • Describe what you need us to do:
    I'd like to deploy a new part of Taskotron stack in our development environment. To conform with our current way of doing things, I need these variables set in the ansible's "secret" store:

dev_vault_db_user - string "vault"
dev_vault_db_password - sensible random password
dev_vault_secret_key - product of: python -c "import base64, os; print(base64.b64encode(os.urandom(64)))"
dev_vault_masterkey - product of: python -c "import hashlib, base64, os; print(base64.b64encode(hashlib.pbkdf2_hmac('sha256', os.urandom(256), os.urandom(16), 100000)))"

  • If we cannot complete your request, what is the impact?
    We can not host the app in our dev environment, thus blocking our development/testing process.

Thank you!


Done. Please let us know if you need anything...

:rabbit:

Metadata Update from @kevin:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata