fix: align NC01 v03 OpenFGA database secret
This commit is contained in:
@@ -688,6 +688,21 @@ exports:
|
|||||||
- scope: hwlab-v03
|
- scope: hwlab-v03
|
||||||
secret: hwlab-cloud-api-v03-db
|
secret: hwlab-cloud-api-v03-db
|
||||||
key: DATABASE_URL
|
key: DATABASE_URL
|
||||||
|
- name: hwlab-nc01-v03-openfga-datastore-uri
|
||||||
|
sourceSecretRef: platform-db/hwlab-nc01-v03-db.env
|
||||||
|
render:
|
||||||
|
envKey: DATASTORE_URI
|
||||||
|
format: postgres://$(HWLAB_NC01_V03_DB_USER):$(HWLAB_NC01_V03_DB_PASSWORD)@$(PGHOST):5432/$(HWLAB_NC01_V03_DB_NAME)?sslmode=require
|
||||||
|
variables:
|
||||||
|
PGHOST: 10.42.0.1
|
||||||
|
writeToSecretSource:
|
||||||
|
sourceRef: hwlab/nc01-v03-openfga-db.env
|
||||||
|
key: DATASTORE_URI
|
||||||
|
mode: update-or-insert
|
||||||
|
consumers:
|
||||||
|
- scope: hwlab-v03
|
||||||
|
secret: hwlab-v03-openfga
|
||||||
|
key: DATASTORE_URI
|
||||||
- name: hwlab-nc01-production-cloud-api-database-url
|
- name: hwlab-nc01-production-cloud-api-database-url
|
||||||
sourceSecretRef: platform-db/hwlab-nc01-production-db.env
|
sourceSecretRef: platform-db/hwlab-nc01-production-db.env
|
||||||
render:
|
render:
|
||||||
|
|||||||
Reference in New Issue
Block a user