Correct vault url for clients

This commit is contained in:
2025-09-30 12:56:56 +03:00
parent 94c1dd98c2
commit b52f477e5c
+4 -2
View File
@@ -358,9 +358,11 @@
<cfelseif structKeyExists(instanceData,"vault")>
<cfset vaultUrl=instanceData.vault.Url/><!--- v002 --->
</cfif>
<!--- url="https://vault.adl.nubes.ru:8200/v1/auth/approle/login" --->
<cfhttp method="post"
url="https://vault.adl.nubes.ru:8200/v1/auth/approle/login"
url="https://vault.lk.adl.nubes.ru/v1/auth/approle/login"
timeout="3"
charset="utf-8"
result="res"