Annotation Interface Secret


Secret marks objects as aggregate roots to be stored in Vault.
Author:
Mark Paluch
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Secrets engine mount path, defaults to secret.
    Secrets engine mount path, defaults to secret.
    The prefix to distinguish between domain types.
  • Element Details

    • value

      The prefix to distinguish between domain types. The attribute supports SpEL expressions to dynamically calculate the keyspace based on a per-operation basis.
      See Also:
      Default:
      ""
    • backend

      @AliasFor(attribute="engine") String backend
      Secrets engine mount path, defaults to secret. The attribute supports SpEL expressions to dynamically calculate the secrets engine path based on a per-operation basis. Alias for engine().
      Default:
      "secret"
    • engine

      @AliasFor(attribute="backend") String engine
      Secrets engine mount path, defaults to secret. The attribute supports SpEL expressions to dynamically calculate the secrets engine path based on a per-operation basis. Alias for backend().
      Since:
      4.1
      Default:
      "secret"