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
Adds support for multiauth keychaings for chainguard authentication.
We primarily want this to allow authentication for multiple hosts (e.g.
staging and test instances). This creates a new URL-based schema for
specifying Chainguard identities of the form
`chainguard://uidp@cgr.dev?iss=issuer.enforce.dev` that encodes all of
the identity information we need into a string that we can pass into the
CHAINGUARD_IDENTITY environment var.
Backwards compatibility was kept with the existing env var format.
0 commit comments