squid_py.secret_store.secret_store_provider module

Secret Store module.

class squid_py.secret_store.secret_store_provider.SecretStoreProvider

Bases: object

Provides the SecretStore instance.

static get_secret_store(secret_store_url, keeper_url, account)

Get an SecretStore instance.

static set_secret_store_class(secret_store_class)

Set a SecretStore class

Parameters

secret_store_class – SecretStore class

Returns

New SecretStore instance.