Hello,
I have a subscription on https://github.com/solidtime-io/solidtime . For that you get access to an enterprise registry.
The registry has been added as a custom one under wud but it fails to authenticate (401 errors).
"WUD_REGISTRY_CUSTOM_SOLIDTIME_LOGIN=<username>",
"WUD_REGISTRY_CUSTOM_SOLIDTIME_PASSWORD=<password>",
"WUD_REGISTRY_CUSTOM_SOLIDTIME_URL=registry.on-premise.solidtime.io",
It seems the endpoint expects to do an auth flow and use a bearer token:
401 Unauthorized
WWW-Authenticate: Bearer realm="https://registry-auth.on-premise.solidtime.io/auth"
is it possible to add this authentication flow?
Hello,
I have a subscription on https://github.com/solidtime-io/solidtime . For that you get access to an enterprise registry.
The registry has been added as a custom one under wud but it fails to authenticate (401 errors).
It seems the endpoint expects to do an auth flow and use a bearer token:
is it possible to add this authentication flow?