Skip to main content
Version: latest

Returns the specified system scope registry configuration

GET 

/v1/registries/:registryName/config

Returns the specified system scope registry configuration

Request

Path Parameters

    registryName stringrequired

Header Parameters

    ProjectUid string

    Scope the request to the specified project uid

Responses

OK

Schema

    config

    object

    Registry configuration

    auth

    object

    Auth credentials of the registry

    passwordpassword

    tls

    object

    TLS configuration

    castring
    certificatestring
    enabledboolean
    insecureSkipVerifyboolean
    keystring
    tokenpassword
    typestring

    Possible values: [noAuth, basic, token]

    usernamestring
    endpointstring
    namestring
Loading...