VaultNotFoundError

exception phalanx.exceptions.VaultNotFoundError(url, path, key=None)

Bases: UsageError

Secret could not be found in Vault.

Parameters:
  • url (str) – Base URL of the Vault server.

  • path (str) – Path that was not found.

  • key (str | None, default: None) – If provided, key within that path that was not found.