Often different robot account are configured per namespace or repo.
Currently login are stored per domain and we would like more fine control to scope auth per namespace / repo too.
spin-off: #61
"auths":
"domain":
"*": {token: auth} # default auth for the domain
"namespace":
"*": {token: auth} # default auth for the namespace
"repo": {token: auth} # auth for the repo
or
"auths":
"domain": {token: auth} # default auth for the domain
"domain/namespace": {token: auth} # default auth for the namespace
"domain/namespace/repo": {token: auth} # auth for the repo
Often different robot account are configured per namespace or repo. Currently login are stored per domain and we would like more fine control to scope auth per namespace / repo too. spin-off: #61
or
CLI: