clusters
Install secrets into cluster
Install secrets into cluster
post/api/v1/orgs/{orgId}/clusters/{id}/secrets
Path parameters
orgIdinteger required
Organization identifier
idinteger required
Cluster identifier
Request body
Example request
{
"query": {
"ids": [
"02ba59be9de457d3f04a02add7238489cf927511c6cd2a8a2aede19eac2a299b"
],
"type": "amazon",
"tags": [
"repo:pipeline"
]
},
"namespace": "default"
}Response
Secrets are installed into cluster
Example response
[
{
"name": "my-aws-secret"
}
]Changes
Changed in 2 of the 50 revisions of this API.2
- ▲
the
request property type changed from no type toobjectrequest-property-type-changed
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ▲
the
request property type changed fromobjectto no typerequest-property-type-changed
This revision also has 35 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲