run-notebook icon indicating copy to clipboard operation
run-notebook copied to clipboard

Action should support Azure SP internally

Open ntgiwsvp opened this issue 2 years ago • 0 comments

Hello,

for Azure, I like the recommended usage you describe in the README, leveraging an Azure Service Principal. However, the step to generate the AAD token for the SP is a bit cumbersome and makes the workflows look clumsy. Would it be possible to add AZURE_SP_APPLICATION_ID, AZURE_SP_TENANT_ID, and AZURE_SP_CLIENT_SECRET as input parameters to the action so that the token generation can be performed by the action itself in case no PAT is available?

ntgiwsvp avatar Feb 27 '23 07:02 ntgiwsvp