KEDA and managed Identities?

Nick 6 Reputation points
2020-02-28T18:36:06.017+00:00

Is there any documentation for KEDA (github link) and integrating with managed identities? Since it's a microsoft project I was hoping to find some guidance

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
19,569 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Jeff Hollan 6 Reputation points
    2020-02-28T20:34:18.66+00:00

    If a trigger supports “TriggerAuthentication” and you have AAD Pod Identity installed and configured on the server (and you give KEDA the right annotations so it has an identity) you can just annotate your scaledobjects to support it. Here’s an example of service bus trigger definition with pod identity:

    https://keda.sh/scalers/azure-service-bus/#example

    And some info on TriggerAuthentication

    https://keda.sh/concepts/authentication/#re-use-credentials-and-delegate-auth-with-triggerauthentication

    1 person found this answer helpful.