working on auth issues
This commit is contained in:
parent
46de33be5d
commit
a976260e5e
2
dist/index.js
vendored
2
dist/index.js
vendored
@ -2966,7 +2966,7 @@ async function get_token(www_authenticate, input) {
|
||||
|
||||
const query_params = {
|
||||
service: params.service,
|
||||
scope: params.scope,
|
||||
scope: `repository:${image.manifest.image}:pull,push`,
|
||||
grant_type: 'password',
|
||||
username: input.username,
|
||||
password: input.password,
|
||||
|
2
dist/index.js.map
vendored
2
dist/index.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user