KEDA Scaler for Azure DevOps Pipelines - PAT Refresh Question #6349
Unanswered
takis-kapas
asked this question in
General
Replies: 1 comment 1 reply
|
Yeah, this request sound reasonable, are you willing to open a PR? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Actually there are two questions but they are related to the Azure DevOps Pipeline KEDA Scaler.
I have setup a working infrastructure with a Trigger Authentication and ScaledJob. The TA is pulling the Azure DevOps PAT from a Namespace Generic Secret object to authenticate to the ADO Agent Pool. I recycle the ADO PAT every 90 days. When I tried to update the Namespace Secret value, the Trigger Authentication Object was still pulling the "old" secret values. I had to delete and re-created the TA and SJ Objects to re-authenticate successfully with the new Secret value to the ADO Pool. Is this by design?
Would there be a possibility (maybe new feature?) for the Trigger Authentication to authenticate to ADO using a Service Principal secret/key, or even Managed Identity instead of a PAT? Both are supported as users in ADO.
All reactions