You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logging in using ApplicationTokenCredentials, authScheme is 'WorkloadIdentityFederation'
Unhandled exception during ARM Outputs Task Error: secret must be a non empty string.
at new ApplicationTokenCredentials (webpack://arm-outputs/./node_modules/ms-rest-azure/lib/credentials/applicationTokenCredentials.js?:83:13)
at AzureDevOpsArmOutputsTaskHost.getCredentials (webpack://arm-outputs/./dist/index.js?:100:31)
at AzureDevOpsArmOutputsTaskHost.eval (webpack://arm-outputs/./dist/index.js?:33:40)
at next (native)
at eval (webpack://arm-outputs/./dist/index.js?:8:71)
at __awaiter (webpack://arm-outputs/./dist/index.js?:4:12)
at AzureDevOpsArmOutputsTaskHost.run (webpack://arm-outputs/./dist/index.js?:20:26)
at eval (webpack://arm-outputs/./dist/index.js?:118:31)
at Object../dist/index.js (/home/vsts/work/_tasks/ARM Outputs_584bcff2-3353-4f11-872b-6ba01267a972/6.0.0/index.js:131:1)
at __webpack_require__ (/home/vsts/work/_tasks/ARM Outputs_584bcff2-3353-4f11-872b-6ba01267a972/6.0.0/index.js:30:30)
##[error]Error: secret must be a non empty string.
We've reverted as we were testing the preview, but assuming this feature will eventually come out of preview I'd say it will need to be covered.
Thank you.
The text was updated successfully, but these errors were encountered:
This is an open issue for us as well. All of the native Azure tasks for pipelines supports this functionality so I expect it will continue to be supported into the future.
With the introduction of Workload Identity Federation to Azure Pipelines (currently in preview) we've hit an error when running this pipeline task.
We've reverted as we were testing the preview, but assuming this feature will eventually come out of preview I'd say it will need to be covered.
Thank you.
The text was updated successfully, but these errors were encountered: