Skip to content
Technical preview

Technical preview function is in a state that it can be tried. The development is complete, there is documentation and there are samples, tutorials and hands-on labs as appropriate.

The community is looking for feedback on the function before declaring it stable. This feedback may result in changes to the external interfaces.

Environment Variable Secrets Store Connector

Connector details

Overview

The Environment Variable Secrets Store Connector retrieves secrets from environment variables. The name of the secret requested is the name of the environment variable it tries to retrieve. It returns null if the environment variable is not defined.

Figure 1

Figure 1: Operation of the Environment Variable Secrets Store Connector

Configuration

This is its connection definition to embed into a connector's connection object.

Connection configuration for the environment variable secrets store connector

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
{
    "connection" : 
    { 
        "class" : "Connection",
        "qualifiedName" : "Egeria:SecretsStoreConnector:Environment Variables Connection",
        "connectorType" : 
        {
            "class" : "ConnectorType",
            "connectorProviderClassName" : "org.odpi.openmetadata.adapters.connectors.secretsstore.envar.EnvVarSecretsStoreProvider"
        }
    }
}

Raise an issue or comment below