Static JSON generator for OpenShift STS policies
Using OpenShift Acme in the "lets-encrypt" namespace
$ lets-encrypt <PROJECT>
This also only needs to happen once. When modifying the Secret, be sure to trigger a deployment rollout.
$ oc create secret generic env-secrets --from-file=.env.local=$(pwd)/src/.env.prod
$ oc new-app deploy-template.yaml
Poetry: https://python-poetry.org/docs/#installation
$ poetry install
$ poetry run pre-commit install