From b52f477e5ce0afd7a3ecef7266de36b1f128ccf7 Mon Sep 17 00:00:00 2001 From: Vitaliy Zaytsev Date: Tue, 30 Sep 2025 12:56:56 +0300 Subject: [PATCH 1/2] Correct vault url for clients --- v1/resources/instance.cfc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/v1/resources/instance.cfc b/v1/resources/instance.cfc index d6a7175..2ceba6d 100644 --- a/v1/resources/instance.cfc +++ b/v1/resources/instance.cfc @@ -358,9 +358,11 @@ - + + + Date: Tue, 30 Sep 2025 12:57:43 +0300 Subject: [PATCH 2/2] Correct vault url for clients --- build/vars/build.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/vars/build.yaml b/build/vars/build.yaml index 5079400..1c7a80d 100644 --- a/build/vars/build.yaml +++ b/build/vars/build.yaml @@ -25,6 +25,8 @@ needStoreVaultSecret: true storedSecretsList: - "LUCEE_EXTENSIONS" - "ORCHESTRATOR_AUTH" + - "VAULT_ROLE_ID" + - "VAULT_SECRET_ID" - "cfconfig_datasources_cmdb_database" - "cfconfig_datasources_cmdb_dbdriver" - "cfconfig_datasources_cmdb_host"