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
Copy file name to clipboardExpand all lines: content/code-security/how-tos/secure-your-supply-chain/manage-your-dependency-security/configuring-access-to-private-registries-for-dependabot.md
+45-1Lines changed: 45 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -136,7 +136,51 @@ With OIDC-based authentication, {% data variables.product.prodname_dependabot %}
136
136
* Azure DevOps Artifacts
137
137
* JFrog Artifactory
138
138
139
-
To configure OIDC authentication, you need to specify `tenant-id` and `client-id` instead of `username` and `password` in your registry configuration.
139
+
To configure OIDC authentication, you need to specify different values instead of `username` and `password` in your registry configuration.
140
+
141
+
### AWS CodeArtifact
142
+
143
+
AWS CodeArtifact requires the values `aws-region`, `account-id`, `role-name`, `domain`, and `domain-owner`. The `audience` field is optional.
0 commit comments