bcgov / traction-tenant-traceability-controller

w3c-ccg traceability api implementation for aries
Apache License 2.0
0 stars 4 forks source link

create and provide POSTGRES_URI to the controller at deployment time #5

Closed PatStLouis closed 4 months ago

PatStLouis commented 6 months ago

For the controller deployment, we need to provide the POSTGRES_URI post deployment as the postgresql secrets are generated at deployment time. We need to automate the deployment to construct the postgres uri and provide it as a secret to the controller's environment.

Same goes for the VERIFIER_AGENT endpoint, although this component will not be required when aca-py 0.12.0 is deployed in the traction instances the controller is pointing to.