Skip to content

Commit ce9386b

Browse files
glaubinixIgorBenko
andauthored
Update docs/api/trusted-publishing.md
Co-authored-by: Igor Benko <igor.benko@gmail.com>
1 parent 504a718 commit ce9386b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/api/trusted-publishing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ defined by the Open Source Security Foundation (OpenSSF) and implemented by vari
77

88
## How does it work?
99

10-
OIDC identity providers, CI services like GitHub Actions, can issue short-lived credentials, OIDC tokens, that Private Packagist
11-
can verify came from the CI service. Organizations on Private Packagist can configure to trust a workflow in a repository to publish a package.
10+
OIDC identity providers (in this context CI services like GitHub Actions), can issue short-lived credentials (OIDC tokens), that Private Packagist can verify came from a trusted CI service run. Organizations on Private Packagist can configure to trust a workflow in a repository to publish a package.
1211
The workflow sends an OIDC token to Private Packagist, where the token is matched against configured trusted publishers.
1312
If there is a match, Private Packagist will issue a short-lived API credential with limited scope.
1413
The issued API credential is valid for 15 minutes and can only access endpoints required to publish the artifact.

0 commit comments

Comments
 (0)