projects

Inject encrypted credentials into all of the VMs in a cluster.The target cluster must be a personal auth cluster assigned to the user who is issuing the RPC.

post/v1/{+project}/{+region}/{+cluster}:injectCredentials

Path parameters

projectstring required

Required. The ID of the Google Cloud Platform project the cluster belongs to, of the form projects/.

regionstring required

Required. The region containing the cluster, of the form regions/.

clusterstring required

Required. The cluster, in the form clusters/.

Request body

clusterUuidstring

Required. The cluster UUID.

credentialsCiphertextstring

Required. The encrypted credentials being injected in to the cluster.The client is responsible for encrypting the credentials in a way that is supported by the cluster.A wrapped value is used here so that the actual contents of the encrypted credentials are not written to audit logs.

Response

Successful response

Changes