Skip to main content

Read Secret

POST 

/secret-svc/secret

Fetch a secret by key, if authorized

Request

Body

Read Secret Request

    key string

Responses

Read Secret Response

Schema

    secrets

    object[]

  • Array [

  • id string

    Id of the secret

    key string

    Envar or slug-like key of the secret

    readers string[]

    Slugs of services/users who can read the secret

    value string

    Secret Value

    writers string[]

    Slugs of services/users who can modify the secret

  • ]

Loading...