All Products
Search
Document Center

Enterprise Distributed Application Service:CreateK8sSecret

Last Updated:Jan 08, 2024

Creates a Kubernetes Secret.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Debug

Authorization information

The following table shows the authorization information corresponding to the API. The authorization information can be used in the Action policy element to grant a RAM user or RAM role the permissions to call this API operation. Description:

  • Operation: the value that you can use in the Action element to specify the operation on a resource.
  • Access level: the access level of each operation. The levels are read, write, and list.
  • Resource type: the type of the resource on which you can authorize the RAM user or the RAM role to perform the operation. Take note of the following items:
    • The required resource types are displayed in bold characters.
    • If the permissions cannot be granted at the resource level, All Resources is used in the Resource type column of the operation.
  • Condition Key: the condition key that is defined by the cloud service.
  • Associated operation: other operations that the RAM user or the RAM role must have permissions to perform to complete the operation. To complete the operation, the RAM user or the RAM role must have the permissions to perform the associated operations.
OperationAccess levelResource typeCondition keyAssociated operation
edas:ManageClusterWrite
  • Cluster
    acs:edas:{#regionId}:{#accountId}:namespace/{#NameSpaceId}/cluster/{#ClusterId}
    none
none

Request syntax

POST /pop/v5/k8s/acs/k8s_secret

Request parameters

ParameterTypeRequiredDescriptionExample
ClusterIdstringYes

The cluster ID.

712082c3-****-****-9217-a947b5cde6ee
NamestringYes

The name of the Secret. The name must start with a letter, and can contain digits, letters, and hyphens (-). It can be up to 63 characters in length.

my-secret
NamespacestringYes

The namespace of the Kubernetes cluster.

default
TypestringYes

The Secret type. Valid values:

  • Opaque: user-defined data
  • kubernetes.io/tls: Transport Layer Security (TLS) certificate
Opaque
DatastringNo

The data of the Secret. The value must be a JSON array that contains the following information:

  • Key: Secret key
  • Value: Secret value
[{"Key":"name","Value":"william"},{"Key":"age","Value":"12"}]
CertIdstringNo

The certificate ID provided by Alibaba Cloud Certificate Management Service.

6651483
CertRegionIdstringNo

The region in which the certificate is stored.

cn-hangzhou
Base64EncodedbooleanNo

Specifies whether the data has been encoded in Base64. Valid values: true and false.

true

Response parameters

ParameterTypeDescriptionExample
object
Codeinteger

The HTTP status code.

200
Messagestring

The additional information returned.

success
RequestIdstring

The request ID.

4D9F-DR94-FD****************

Examples

Sample success responses

JSONformat

{
  "Code": 200,
  "Message": "success",
  "RequestId": "4D9F-DR94-FD****************"
}

Error codes

HTTP status codeError codeError messageDescription
500Edas.errorcode.PermissionDenied.messageYou are not authorized to perform the operation.No permissions

For a list of error codes, visit the Service error codes.