Authentication fails for Keda with AWS IRSA role #5864
Unanswered
harshit2202
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 have an app deployed on k8s, let's say it
app-1
. It has an IRSA role attached to its service account and the policy isand the trust definition is
After this, I installed the keda on k8s using helm
helm install keda kedacore/keda --namespace keda
Post the installation, I created a Triggered Authentication and ScaledObject as below
The keda-operator logs are still saying 403 Access denied. The exact log message is
Can anyone help for this? TIA :)
Beta Was this translation helpful? Give feedback.
All reactions