Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Private Registry Authentication

To insert credentials for private registries, the auth token can be updated with an API call.

curl  -X POST \
    -d '{ "data": { "token": "xxxx"} }' \
    -H 'Content-Type: application/json' \
    https://localhost:9443/api/v1/credentials/example.com

Likewise, to delete a credential, the auth token can be deleted via a DELETE request.

curl  -X DELETE https://localhost:9443/api/v1/credentials/example.com