2023-08-27 10:55:55 +02:00
---
2025-08-12 13:29:42 +05:30
title: secretsManagerConfiguration
2023-08-27 10:55:55 +02:00
slug: /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerconfiguration
---
2025-01-15 17:46:55 +05:30
# SecretsManagerConfiguration
2023-08-27 10:55:55 +02:00
*OpenMetadata server configuration for the Secrets Manager feature.*
## Properties
2025-08-12 13:29:42 +05:30
- **`secretsManager` **: OpenMetadata Secrets Manager Provider. Make sure to configure the same secrets manager providers as the ones configured on the OpenMetadata server. Refer to *secretsManagerProvider.json* . Default: `noop` .
2025-01-15 17:46:55 +05:30
- **`prefix` ** *(string)* : Prefix to be added to the secret key ID: `/<prefix>/<clusterName>/<key>` .
2025-08-12 13:29:42 +05:30
- **`tags` ** *(array)* : Add tags to the created resource, e.g., in AWS. Format is `[key1:value1,key2:value2,...]` . Default: `None` .
2025-01-15 17:46:55 +05:30
- **Items** *(string)*
2023-08-27 10:55:55 +02:00
- **`parameters` ** *(object)* : Extra parameters used by the Secrets Manager implementation. Can contain additional properties.
- **Additional Properties**
2025-08-12 13:29:42 +05:30
Documentation file automatically generated at 2025-08-12 05:39:47.683420+00:00.