All Downloads are FREE. Search and download functionalities are using the official Maven repository.

json.schema.security.secrets.secretsManagerClientLoader.json Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
{
  "$id": "https://open-metadata.org/schema/security/secrets/secretsManagerClientLoader.json",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Secrets Manager Client Loader",
  "description": "OpenMetadata Secrets Manager Client Loader. Lets the client know how the Secrets Manager Credentials should be loaded from the environment.",
  "type": "string",
  "javaType": "org.openmetadata.schema.security.secrets.SecretsManagerClientLoader",
  "enum": ["noop", "airflow","env"],
  "default": "noop",
  "additionalProperties": false
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy