Azure Service Bus Scaler with HashicorpVault authentication fails with Error getting scalers #1746
-
Hello, I'm trying to use Azure Service Bus Scaler and TriggerAuthentication configured with HashicorpVault, Here's my configuration,
Just in case, Vault policy kcs-config, secret exists in path Sorry if I'm missing anything obvious, Here's the stackTrace,
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Ah, sorry. In the TriggerAuthentication part, apiVersion: keda.sh/v1alpha1 Under secrets section, Sorry and thanks. |
Beta Was this translation helpful? Give feedback.
Ah, sorry.
In the TriggerAuthentication part,
apiVersion: keda.sh/v1alpha1
kind: TriggerAuthentication
metadata:
name: crack-app-trigger-auth
namespace: ku-local
spec:
hashiCorpVault:
address: "http://vault.vault-ns.svc.cluster.local:8200"
authentication: kubernetes
role: "kcs-keda-role"
mount: "kubernetes"
credential:
serviceAccount: "/var/run/secrets/kubernetes.io/serviceaccount/token"
secrets:
- parameter: connection
key: "secretKey"
path: "kv/data/secret-1"
Under secrets section,
parameter ought to be connection, that was the mistake.
Sorry and thanks.