jwt-integrator
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| 1/edge | 5 | 13 Mar 2026 |
juju deploy jwt-integrator --channel 1/edge
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
-
jwt-clock-skew-tolerance | int
Time in seconds that is tolerated as disparity between the authentication parties, preventing authentication failures due to the misalignment.
-
jwt-header | string
The HTTP header in which the token is transmitted. This is typically the Authorization header.
-
jwt-url-parameter | string
If the token is not transmitted in the HTTP header but rather as an URL parameter, this option defines the name of the URL parameter used.
-
required-audience | string
The name of the audience that the JWT must specify.
-
required-issuer | string
The target issuer of JWT stored in the JSON payload.
-
roles-key | string
The key in the JSON payload that stores the user’s roles.
-
signing-key | secret
The signing key(s) used to verify the token. Multiple keys can be used in a comma-separated list or enumerated keys.
-
subject-key | string
The key in the JSON payload that stores the username.