Elasticsearch scaler issue - IRSA Auth #6535
Unanswered
lalbinati
asked this question in
Q&A / Need Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am currently exploring the possibility of using keda to escalate based on an opensearch query.
I've read the documentation and I believe I'm doing things right but I think I might've hit a wall.
Main blocker right now is that I am not using plain auth, I'm trying to use IRSA to authenticate the OS query and its not working, or the elasticsearch scaler does not support it.
I have a working microservice which uses IRSA to access the opensearch domain, that part works fine.
Here's what I tried.
I'm getting this error:
2025-02-07T20:29:19Z ERROR scale_handler error resolving auth params {"type": "ScaledObject", "namespace": "default", "name": "xxxx-xxxx", "triggerIndex": 2, "error": "error parsing elasticsearch metadata: both username and password must be provided when addresses is used"}
Am I missing something or elasticsearch scaler does not support this yet?
Regards,
Luis
Beta Was this translation helpful? Give feedback.
All reactions