InvalidSecretConfigError

exception phalanx.exceptions.InvalidSecretConfigError(application, key, error)

Bases: UsageError

Secret configuration is invalid.

Parameters:
  • application (str) – Name of the application.

  • key (str) – Secret key.

  • error (str) – Error message.