Skip to content

kevinmdavis/chainguard-migration-demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

133 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Create an Assumed Identity

This allows chainctl to authenticate using the Ambient OIDC credentials of a specific repository. Just for demo purposes this example command will work all GitHub Workflows with "-demo" in the name under the chainguard-dev organization:

Usage

chainctl iam identities create github-identity-demo \
    --identity-issuer="https://token.actions.githubusercontent.com" \
    --subject-pattern="repo:chainguard-dev/.*-demo.*:(ref:refs/heads/main|pull_request)" \
    --role=registry.pull \
    --parent=cgr-demo.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%