ITISFoundation / osparc-ops-environments

osparc operations
MIT License
3 stars 6 forks source link

Allow apply arbitrary functions on env values in repo.config #653

Open YuryHrytsuk opened 4 months ago

YuryHrytsuk commented 4 months ago

Usecase

Currently there is no way to apply some modifications on TF_OUTPUT_vars. However, in case of SMTP_PASSWORD we need to run a few transformations on TF_OUTPUT_AWS_PROGRAMMATIC_SES_SECRET_KEY to make it a correct SMTP_PASSWORD (https://docs.aws.amazon.com/ses/latest/dg/smtp-credentials.html)

Add logic that will allow to run [transformer] functions on variables

mrnicegyu11 commented 3 months ago

There is a related usescase, we need to provide TRAEFIK_PASSWORD as a hashed version of SERVICES_PASSWORD