This authentication method works out-of-the-box with no additional configuration required.

Configuration

In your .env file, make sure you have the following value set.

TRACECAT__AUTH_TYPES=basic

To disable basic auth, just remove basic from the comma separated list of TRACECAT__AUTH_TYPES.