Secret Registry
Number of APIs: 9
-
List secret paths GET {{CONNECT_BASE_URL}}/secret/paths
-
Create new secret POST {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions
-
Retrieve last versions of all secrets within a path GET {{CONNECT_BASE_URL}}/secret/paths/:path
-
List all secrets within a path GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys
-
Retrieve all versions of a given secret GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key
-
Delete secret within a path DELETE {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key
-
Delete secret path completely DELETE {{CONNECT_BASE_URL}}/secret/paths/:path
-
Retrieve given secret of a given version GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions/:version
-
Retrieve last version of a given secret GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions/latest