Package org.odpi.openmetadata.adapters.connectors.secretsstore.envar


package org.odpi.openmetadata.adapters.connectors.secretsstore.envar
The Environment Variable Secrets Store Connector retrieves secrets from environment variables. Each secret is found in an environment variable named after the secret name, prefixed with its secret's collection and "_". For example, the userId secret for the secret's collection "MY_CONNECTOR" is in an environment variable called MY_CONNECTOR_userId.