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
I am trying to implement keda for miimir components.
Keda is working fine when the prometheusAddress and customHeaders fields are left blank.
I want to pass the mimir endpoint along with the auth details to kedaAutoscaling block.
When I am passing the mimir endpoint in prometheus address it fails with 401 unauthorised error.
There is not much info available on how to pass auth details in kedaAutoscaling block.
Is there any specific format to be followed in passing auth details in customheaders.
I have gone through keda documentation where I can see how to pass auth details but how to translate that into mimir values?
Expected behaviour: keda to work without metamonitoring block and by passing mimir endpoint in prometheus address.
The text was updated successfully, but these errors were encountered:
Hi Everyone,
I am trying to implement keda for miimir components.
Keda is working fine when the prometheusAddress and customHeaders fields are left blank.
I want to pass the mimir endpoint along with the auth details to kedaAutoscaling block.
When I am passing the mimir endpoint in prometheus address it fails with 401 unauthorised error.
There is not much info available on how to pass auth details in kedaAutoscaling block.
Is there any specific format to be followed in passing auth details in customheaders.
I have gone through keda documentation where I can see how to pass auth details but how to translate that into mimir values?
Expected behaviour: keda to work without metamonitoring block and by passing mimir endpoint in prometheus address.
The text was updated successfully, but these errors were encountered: