Managing Access Points
An access point is an application runtime environment, such as a cloud server, CCE cluster, or on-premises server. Only access points that comply with the key policy can unseal key capsules.
Creating an Access Point
- Log in to the DSC console.
- In the navigation pane on the left, choose .
- In the navigation pane of Trusted Key Space, choose Access Point Management.
- Click Create Access Point. On the Create Access Point page, configure parameters. Figure 1 Creating an access point
Table 1 Access point parameters Parameter
Description
Access Point Name
Access point name.
Type
You can select Cloud server, CCE, or General scenario.
Access Point ID
This parameter is mandatory when Type is set to Cloud server.
Enter the cloud server ID.
CCE Cluster Public Key
This parameter is mandatory when Type is set to CCE.
To obtain the public key of the CCE cluster, perform the following steps:
- Use kubectl to access the cluster.
- Run the following command to obtain the public key:
kubectl get --raw /openid/v1/jwks
The returned result is the public key of the cluster. The following is an example of the command output:
# kubectl get --raw /openid/v1/jwks {"keys":[{"use":"sig","kty":"RSA","kid":"*****","alg":"RS256","n":"*****","e":"AQAB"}]}
Cluster ID
This parameter is mandatory when Type is set to CCE.
On the CCE console, click a cluster name and obtain the cluster ID in the Basic Information area.
Description (Optional)
Description about the access point.
- Click OK. The Status of the created access point is Enabled.
Disabling an Access Point
- In the navigation pane on the left, choose .
- In the navigation pane of Trusted Key Space, choose Access Point Management.
- In the Operation column of an access point, click Disable.
- In the Disable Access Point dialog box, enter DISABLE and click OK.
Enabling an Access Point
- In the navigation pane on the left, choose .
- In the navigation pane of Trusted Key Space, choose Access Point Management.
- In the Operation column of an access point, click Enable.
- In the Enable Access Point dialog box, click OK.
Deleting an Access Point
- In the navigation pane on the left, choose .
- In the navigation pane of Trusted Key Space, choose Access Point Management.
- In the Operation column of an access point, click Delete.
- In the Delete Access Point dialog box, enter DELETE and click OK.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot