serverless-registry-proxy
serverless-registry-proxy copied to clipboard
Allowed empty scope in tokenProxyHandler
I am using this proxy for a Harbor registry and as it is deployed, there is no scope sent for auth. I'm not sure what the reason was for exiting early when the scope is empty but it works in my testing with harbor with the empty string.
Blame shows I added it there because it didn't work with other registries. I'm sure deleting this would break at least some use cases.
In your case, why is there no scope parameter in the /_token request?