Interface SecretsEngineProvider<T extends SecretsRx>

    • Method Detail

      • createSecrets

        T createSecrets​(Config config,
                        RestApi restAccess,
                        String mount)
        Create a secrets instance to provide API to access this engine.
        Parameters:
        config - configuration that can be used to customize the engine
        restAccess - to access REST API of the vault, preconfigured with token
        mount - mount point of this engine's secrets
        Returns:
        a new secrets instance to be used to access secrets