{ "opencollection": "1.0.0", "info": { "name": "Kong Enterprise Admin ACLs Config Store Secrets API", "version": "3.14.0" }, "request": { "auth": { "type": "apikey", "key": "Kong-Admin-Token", "value": "{{Kong-Admin-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Config Store Secrets", "type": "folder" }, "items": [ { "info": { "name": "List Config Store Secrets", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/config-stores/:configStoreId/secrets", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "configStoreId", "value": "", "type": "path", "description": "Config Store identifier" }, { "name": "page[size]", "value": "", "type": "query", "description": "The maximum number of items to include per page. The last page of a collection may include fewer items." }, { "name": "page[after]", "value": "", "type": "query", "description": "Request the next page of data, starting with the item after this parameter." } ] }, "docs": "Returns a collection of all secrets for a Config Store." }, { "info": { "name": "Create Config Store Secret", "type": "http" }, "http": { "method": "POST", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/config-stores/:configStoreId/secrets", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "configStoreId", "value": "", "type": "path", "description": "Config Store identifier" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a secret for a Config Store." }, { "info": { "name": "Get a Config Store Secret", "type": "http" }, "http": { "method": "GET", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/config-stores/:configStoreId/secrets/:key", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "configStoreId", "value": "", "type": "path", "description": "Config Store identifier" }, { "name": "key", "value": "", "type": "path", "description": "Config Store Secret key" } ] }, "docs": "Returns the secret entity for the Config Store. Secret values once stored cannot be retrieved." }, { "info": { "name": "Update Config Store Secret", "type": "http" }, "http": { "method": "PUT", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/config-stores/:configStoreId/secrets/:key", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "configStoreId", "value": "", "type": "path", "description": "Config Store identifier" }, { "name": "key", "value": "", "type": "path", "description": "Config Store Secret key" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates a secret for a Config Store." }, { "info": { "name": "Delete Config Store Secret", "type": "http" }, "http": { "method": "DELETE", "url": "{protocol}://{hostname}:{port}{path}/v2/control-planes/:controlPlaneId/config-stores/:configStoreId/secrets/:key", "params": [ { "name": "controlPlaneId", "value": "", "type": "path", "description": "The UUID of your control plane. This variable is available in the Konnect manager." }, { "name": "configStoreId", "value": "", "type": "path", "description": "Config Store identifier" }, { "name": "key", "value": "", "type": "path", "description": "Config Store Secret key" } ] }, "docs": "Removes a secret from a Config Store." } ] } ], "bundled": true }