View Secret Details
This section describes how to view Secret details.
Prerequisites
You need to join a project and have the Secret View permission in the project. For more information, see Project Members and Project Roles.
Steps
-
Log in to the KubeSphere web console with a user who has Secret View permissions and enter your workspace.
-
Click Configuration > Secret in the left navigation pane.
-
Select a project from the drop-down list in the upper left corner of the page.
-
In the Secret list, click the name of a Secret to open its details page.
-
On the Secret details page, view the resource attributes of the Secret in the Attributes area.
Parameter Description Cluster
The cluster to which the Secret belongs.
Project
The project to which the Secret belongs.
Type
Types of Secrets.
-
Default: The default Secret type, used to store user-defined data.
-
TLS Information: Used to store TLS certificates and private keys.
-
Image Service Information: Used to store image service access information.
-
Username and Password: Used to store usernames and passwords.
Creation Time
The creation time of the Secret.
Creator
The user who created the Secret.
-
-
On the Data tab, view the key-value pair data stored in the Secret.
Tip Secrets use Base64 data encoding. Click
/
in the upper right corner of the Data tab to show/hide the data in plaintext.