Annotation Type VaultPath


  • @Retention(RUNTIME)
    @Target({FIELD,PARAMETER})
    public @interface VaultPath
    Customize the mount path of a secrets engine.

    This annotation is optional, by default the default path of the engine/auth method is used.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      Custom mount path.
    • Element Detail

      • value

        String value
        Custom mount path.
        Returns:
        path