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
Add workloadidentityuser Service connection support to PipAuthenticateV1 (#20108)
* Reference artifacts-common
* init
* update preprocessor value
* create wif buildgen with pip changes
* bump libraries
* add pip only to makeoptions
* remove new inputs from default
* remove new inputs from generated task
* Fix for missing Node20 in versionmap. Unblock node10 build in default task
* Enable Task Json Inputs Override
* BuildConfigGen: resources.resjson is generated by make.js - do not verify
BuildConfigGen: Added loc.json for taskJsonOverride
BuildConfigGen: Fix for verifying two writes to the same file
* fix l0 tests
---------
Co-authored-by: Merlyn Oppenheim <[email protected]>
// 3. Ideally default windows exception will occur and errors reported to WER/watson. I'm not sure this is happening, perhaps DragonFruit is handling the exception
"loc.input.help.feedUrl": "If this is set, workloadIdentityServiceConnection is required. All other inputs are ignored. Not compatible with pythonDownloadServiceConnections. ",
9
13
"loc.input.label.pythonDownloadServiceConnections": "Feeds from external organizations",
10
14
"loc.input.help.pythonDownloadServiceConnections": "Select endpoints to authenticate outside this organization.",
11
15
"loc.input.label.onlyAddExtraIndex": "Don't set primary index URL",
12
16
"loc.input.help.onlyAddExtraIndex": "If this is set to true, no feed will be set as the primary index URL. All of the configured feeds/endpoints will be set as extra index URLs. Defaults to false.",
13
17
"loc.messages.Info_AddingInternalFeeds": "Adding auth information for %s internal feed(s).",
14
18
"loc.messages.Info_AddingExternalFeeds": "Adding auth information for %s external endpoint.",
19
+
"loc.messages.Info_AddingFederatedFeedAuth": "Adding auth information from service connection %s for feed %s",
15
20
"loc.messages.Info_SuccessAddingAuth": "Successfully added auth for %s internal feeds and %s external endpoint.",
21
+
"loc.messages.Info_SuccessAddingFederatedFeedAuth": "Successfully added auth for feed %s.",
16
22
"loc.messages.Info_AddingPasswordAuthEntry": "Adding username password auth entry for feed %s",
17
23
"loc.messages.Info_AddingTokenAuthEntry": "Adding token auth entry for feed %s",
18
24
"loc.messages.Error_FailedToParseFeedUrlAndAuth": "Failed to parse the feed url and add auth information. %s",
19
25
"loc.messages.FailedToGetPackagingUri": "Unable to get packaging uri, using default collection uri.",
26
+
"loc.messages.FailedToGetServiceConnectionAuth": "Unable to get federated credentials from service connection: %s.",
20
27
"loc.messages.FailedToAddAuthentication": "Failed to add authentication.",
21
28
"loc.messages.Warn_TooManyFeedEntries": "Too many feed entries for auth. Please reduce the number of repositories in the task.",
22
-
"loc.messages.Warning_SessionCreationFailed": "Could not create provenance session: %s"
29
+
"loc.messages.Warning_SessionCreationFailed": "Could not create provenance session: %s"
0 commit comments