Waiting for engine...
Skip to main content

Boomi Platform API Reference (1.0.0) - RefreshSecretsManager

Toggle Pane

Download OpenAPI Specification: Download

RefreshSecretsManager

Your secrets are never stored in the file system and are constrained to an individual Java classloader. These cached secrets are only stored for one hour, and do not persist between restarts, the creation of a new execution worker, or the creation of a new forked process execution.

To coordinate the caching of secrets with your secret rotation practices, the refreshSecretsManager API allows you to reset the secret cache on all runtimes in an account. This ensures that the runtimes in your account directly retrieve secrets from the external secrets manager the next time the secret is referenced.

Refreshes the secrets caching

Authorizations:
basicAuth
Request Body schema:
optional
provider
string
Enum: "AWS" "AZURE" "GCP"

Responses

Response Schema:
message
string

Request samples

Content type
{
  • "@type": "SecretsManagerRefreshRequest",
  • "provider": "AWS"
}

Response samples

Content type
{
  • "@type": "SecretsManagerRefreshResponse",
  • "message": "AWS Secrets Manager refresh messages have been sent to all containers in <YOUR-ACCOUNT-ID>"
}