"error": "error parsing metric API metadata: no username given" #6234
Answered
by
rickbrouwer
itsham-sajid
asked this question in
Q&A / Need Help
-
I've setup the Metrics API KEDA scaler but I'm having issues with getting the basic credentials to work. From the KEDA operator logs I keep getting this error "error": "error parsing metric API metadata: no username given" So below is the secrets I've created
This is the trigger:
But from the Keda Operator Logs I get this error:
The API and credentials have been tested separately and they do work. |
Beta Was this translation helpful? Give feedback.
Answered by
rickbrouwer
Oct 31, 2024
Replies: 1 comment
-
Hello, In the
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
zroubalik
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
In the
TriggerAuthentication
you usesecrets
in stead ofsecretTargetRef
.Here is an correct example: