Secret Management
Last updated
Last updated
Secret management provides the capabilities of managing secrets which are used for pull images or volumes, such as create, delete, edit secrets. Before adding secrets, we have to gain those generated secrets from sources of services.
Click Add
to add a Secret and it will pop up the edit screen of Secret.
You need to fill in these fields:
Name
: (required): Only lowercase letters, numbers, hyphen -
and a dot .
can be filled in.
Display Name
Type
: Git Sync
, Image Pull
Secret
: A secret of Git Sync is used for pulling a data volume via git. The context is a private key related to a registered public key of ssh. Please see Volume Management to learn how to specify a pull-secret for a volume.
It uses the secret of docker-registry
type to authenticate with a container registry to pull an image. The registry host and credentials are required. Please see Image Management to learn how to specify a pull-secret for an image.
Registry Host
: The url of registry host.
Username
Password
Click Confirm
to complete the addition.