Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create 0.4.0rc0 pre-release version #76

Merged
merged 2 commits into from
Jun 18, 2024
Merged

Conversation

embetten
Copy link
Contributor

@embetten embetten commented Jun 17, 2024

Creating 0.4.0rc0 to pre-release MI and SP Native Support .

To use the SP/MI feature, set the following env variable with the MI/SP client id. For SP there are additional fields to provide certificate information.

Environment Variable

ARTIFACTS_CREDENTIALPROVIDER_FEED_ENDPOINTS

 {"endpointCredentials": [{"endpoint":"http://example.index.json", "clientId":"required", "clientCertificateSubjectName":"optional", "clientCertificateFilePath":"optional"}]}
  • endpoint: required. Feed url to authenticate against.
  • clientId: required for both MI/SP. For user assigned managed identities enter the Entra client id. For system assigned variables set the value to system.
  • clientCertificateSubjectName: Subject Name of the certificate located in the My/ CurrentUser or LocalMachine certificate store. Optional field. Only used by SP authentication.
  • clientCertificateFilePath: File path location of the certificate on the machine. Optional field. Only used by SP authentication.

@embetten embetten marked this pull request as ready for review June 18, 2024 14:03
@embetten embetten merged commit 7426a5f into master Jun 18, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants