Skip to content

Enabling Auth for Azure-workflow service using Istio.

Mayank Saggar [Microsoft] requested to merge azure-ingestion-istio into master

To enable the authentication via Istio and implement a conditional auth for the service. If istio is required a desired flag azure_istioauth_enabled needs to be true in the env variables and in case aad is required azure_istioauth_enabled is false along with azure.activedirectory.session-stateless : true, azure.activedirectory.client-id : "****" and azure.activedirectory.AppIdUri : 'api://****' need to be passed via the env variables.

Edited by Mayank Saggar [Microsoft]

Merge request reports