VaultStorage#

class phalanx.storage.vault.VaultStorage#

Bases: object

Create Vault clients for specific environments.

Methods Summary

get_vault_client(env)

Return a Vault client configured for the given environment.

Methods Documentation

get_vault_client(env)#

Return a Vault client configured for the given environment.

Parameters:

env (EnvironmentBaseConfig) – Phalanx environment.

Returns:

Vault client configured to manage secrets for that environment.

Return type:

VaultClient