4.2.10 Authentication Properties

Under authentication, enable JSON Web Token (JWT) authentication.

Property Description
requestsWithNoJWT Enter DENY to enable authorization checks at coordinator, such as role based access control (RBAC). This ensures that each request has a JWT token.

Enter ALLOW to bypass JWT authentication. This permits requests that do not have JWT tokens.

Caution:

You must set this field to DENY in production environments.

When set to DENY, you must provides value for the identity provider properties. See Identity Provider Properties.

The following code snippet provides sample values for the authentication field in the values.yaml file.

authentication:
  requestsWithNoJWT: DENY