You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation for 2.7 and 2.8 uses the wrong casing for the azureKeyVault.vaultUri parameter of TriggerAuthentication/ClusterTriggerAuthentication.
The docs indicate it's vaultURI which is incorrect and does not validate during deployment. It should be vaultUri.
The documentation for 2.7 and 2.8 uses the wrong casing for the
azureKeyVault.vaultUri
parameter ofTriggerAuthentication
/ClusterTriggerAuthentication
.The docs indicate it's
vaultURI
which is incorrect and does not validate during deployment. It should bevaultUri
.keda-docs/content/docs/2.7/concepts/authentication.md
Line 118 in 4a9fc49
keda-docs/content/docs/2.7/concepts/authentication.md
Line 245 in 4a9fc49
keda-docs/content/docs/2.8/concepts/authentication.md
Line 119 in 4a9fc49
keda-docs/content/docs/2.8/concepts/authentication.md
Line 247 in 4a9fc49
Interestingly,
vaultURI
is the name/casing of the value used in code, but as you can see it's JSON tag usesvaultUri
The CRDs also (obviously) use
vaultUri
:The text was updated successfully, but these errors were encountered: