Dynamic Secrets
Create
POST
/
api
/
v1
/
dynamic-secrets
Body
application/json
projectSlug
string
requiredThe slug of the project to create dynamic secret in.
provider
object
requiredThe type of dynamic secret.
defaultTTL
string
requiredThe default TTL that will be applied for all the leases.
maxTTL
string | null
The maximum limit a TTL can be leases or renewed.
path
string
default: /The path to create the dynamic secret in.
environmentSlug
string
requiredThe slug of the environment to create the dynamic secret in.
name
string
requiredThe name of the dynamic secret.
Response
200 - application/json
dynamicSecret
object
requiredWas this page helpful?