Skip to content

Commit

Permalink
Merge pull request #1071 from garrying/fix-typo-auth
Browse files Browse the repository at this point in the history
Fix typo in registry auth page
  • Loading branch information
SharpRake authored Oct 16, 2023
2 parents 26fb0f8 + efb3d09 commit 30f88bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/chainguard/chainguard-registry/authenticating.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Pulls authenticated in this way are associated with your user.

## Authenticating with a Pull Token

You can also create a "pull token" using `chainctl`. This generates a longer-lived token that can be used to pull images from other environments that's don't support OIDC, such as some CI environments, Kubernetes clusters, or with registry mirroring tools like Artifactory.
You can also create a "pull token" using `chainctl`. This generates a longer-lived token that can be used to pull images from other environments that don't support OIDC, such as some CI environments, Kubernetes clusters, or with registry mirroring tools like Artifactory.

First [install `chainctl`](/chainguard/chainguard-enforce/how-to-install-chainctl/), then log in and configure a pull token:

Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
Pulls authenticated in this way are associated with the Chainguard identity you created, which is associated with the group selected when the identity was created.
If the identity is configured to only work with GitHub Actions workflow runs from a given repo and branch, that identity will not be able to pull from other repos or branches, including pull requests targetting the specified branch.
If the identity is configured to only work with GitHub Actions workflow runs from a given repo and branch, that identity will not be able to pull from other repos or branches, including pull requests targeting the specified branch.
## Authenticating with Kubernetes
Expand Down

0 comments on commit 30f88bd

Please sign in to comment.