Eventum Logo

Eventum

SecretsNameReferences

List Secret References

List what refers to the secret - the projects whose configuration reads it as ${secrets.<name>}, and the connected repositories authenticating with it

GET
/secrets/{name}/references

Path Parameters

name*Name

Secret name

Length1 <= length

Response Body

application/json

application/json

curl -X GET "https://loading/api/secrets/string/references"
{
  "projects": [
    "string"
  ],
  "repositories": [
    "string"
  ]
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}
Empty