The basic usage is:
vault write sys/plugins/catalog/auth/my-custom-plugin \ sha_256="THE_HASH_TEXT_YOU_JUST_GENERATED" \ command="my-custom-plugin-binary" Use code with caution. Copied to clipboard 3. Key Components for Your Configuration vault plugin new
Output:
Add the binary to the Vault plugin_directory and register its SHA256 checksum. vault plugin new