Salt Security

Third Party

Enable Salt plugin

Enable the Salt Security plugin by registering the Salt Security backend.

Prerequisites

  • The Salt plugin is installed.

  • You have a Salt token.

Environment variables

  • SALT_DOMAIN: Salt domain address.

  • SALT_BACKEND_PORT: Salt backend port.

  • SALT_TOKEN: Salt-provided auth token.

Set up the plugin

Add this section to your declarative configuration file:

_format_version: "3.0"
plugins:
  - name: salt-agent
    config:
      salt_domain: ${{ env "DECK_SALT_DOMAIN" }}
      salt_backend_port: ${{ env "DECK_SALT_BACKEND_PORT" }}
      salt_token: ${{ env "DECK_SALT_TOKEN" }}
Copied to clipboard!

Did this doc help?

Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!