Secret Registry

Number of APIs: 9

  1. List secret paths GET {{CONNECT_BASE_URL}}/secret/paths

  2. Create new secret POST {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions

  3. Retrieve last versions of all secrets within a path GET {{CONNECT_BASE_URL}}/secret/paths/:path

  4. List all secrets within a path GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys

  5. Retrieve all versions of a given secret GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key

  6. Delete secret within a path DELETE {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key

  7. Delete secret path completely DELETE {{CONNECT_BASE_URL}}/secret/paths/:path

  8. Retrieve given secret of a given version GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions/:version

  9. Retrieve last version of a given secret GET {{CONNECT_BASE_URL}}/secret/paths/:path/keys/:key/versions/latest