-
Notifications
You must be signed in to change notification settings - Fork 34
Description
From #625 (comment):
We also need to handle authentication.
gcloud auth loginis a pattern that we might follow but involves an OAuth transaction that I would rather leave to gcloud. Among auth subcommands, we might haveregistry auth gcloudto configure the tool to always get its credentials from running$(gcloud print-access-token),registry auth application-defaultmight configure the tool to use application default credentials, andregistry auth tokenmight set a specific token. (Should these auth subcommands be under config? They aren't for gcloud but we might argue that different registries require different authentication when they are hosted in different ways. However, because this is unclear, I would default to following the gcloud precedent of keeping them separate.)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status