mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-12 03:29:53 +00:00

* Updated generate_docs_schema * Updated generate_docs_schema * Updated generate_docs_schema * applied generate_docs_schema script * Revert the changes in this file --------- Co-authored-by: Tarun <tarun.p@deuexsolutions.com> Co-authored-by: Prajwal214 <167504578+Prajwal214@users.noreply.github.com>
1010 B
1010 B
title | slug |
---|---|
secretsManagerConfiguration | /main-concepts/metadata-standard/schemas/security/secrets/secretsmanagerconfiguration |
SecretsManagerConfiguration
OpenMetadata server configuration for the Secrets Manager feature.
Properties
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"
.prefix
(string): Prefix to be added to the secret key ID:/<prefix>/<clusterName>/<key>
.tags
(array): Add tags to the created resource, e.g., in AWS. Format is[key1:value1,key2:value2,...]
. Default:null
.- Items (string)
parameters
(object): Extra parameters used by the Secrets Manager implementation. Can contain additional properties.- Additional Properties
Documentation file automatically generated at 2025-01-15 09:05:25.266839+00:00.