Skip to content

Add support for temporary bearer token auth for custom registries #1132

Description

@33Fraise33

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions