From a8fc4829cc2ad3b7aec43885bdc26221e634578e Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 27 Nov 2025 18:15:22 +0300 Subject: [PATCH] 180 logVaultAccess fix --- v1/Application.cfc | 3 ++- v1/resources/vault_record.cfc | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/v1/Application.cfc b/v1/Application.cfc index fc4947b..271ccd9 100644 --- a/v1/Application.cfc +++ b/v1/Application.cfc @@ -52,7 +52,7 @@ //variables.framework.docs={}; variables.framework.docs.APIName="svc-api"; - variables.framework.docs.APIVersion="0.179"; /*$ git config --global --unset user.password*/ + variables.framework.docs.APIVersion="0.180"; /*$ git config --global --unset user.password*/ variables.framework.globalHeaders = structNew(); variables.framework.globalHeaders["Access-Control-Expose-Headers"] = "Location"; @@ -82,6 +82,7 @@ request.auth_header=""; request.locateIamService=locateIamService; //for possible debug //request.IAM_SERVICE_URL=this.iamServiceUrl; + request.iam_service_url=this.iamServiceUrl; diff --git a/v1/resources/vault_record.cfc b/v1/resources/vault_record.cfc index ef08bbf..4e60fea 100644 --- a/v1/resources/vault_record.cfc +++ b/v1/resources/vault_record.cfc @@ -122,7 +122,7 @@