Secret Management
Secret management provides the capabilities of managing secrets which are used for pull images or datasets, such as create, delete, edit secrets. Before adding secrets, we have to gain those generated secrets from sources of services. Please see gain and add secrets.
Creating New Secrets
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 Dataset
,Image Pull
Type Git Dataset
Secret
: A secret of Git Dataset is used for pulling a dataset via git. The context is a private key related to a registered public key of ssh. Please see Dataset Management to learn how to specify a pull-secret for a dataset.
Type Image Pull
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.
Deleting Secrets
Click Delete
in the Secrets list, the confirmation dialog will pop up, and the Secret will be deleted when you click OK
.
Editing Secrets
Click Edit
to enter the edit page of the Secret.