Hydra
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 395 | 02 Feb 2026 | |
| latest/edge | 401 | 27 Apr 2026 | |
| istio/edge | 329 | 29 Nov 2024 | |
| 0.6/edge | 396 | 28 Jan 2026 | |
| 0.5/edge | 395 | 18 Nov 2025 | |
| 0.3/edge | 394 | 08 Sep 2025 | |
| 0.2/stable | 285 | 26 Jun 2024 | |
| 0.2/edge | 285 | 09 May 2024 | |
| 0.1/edge | 270 | 24 Nov 2023 |
juju deploy hydra --channel 0.3/edge
-
cpu | string
K8s cpu resource limit, e.g. "1" or "500m". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
-
dev | boolean
Run Hydra in dev mode, it is needed if HTTPS is not set up. This should only be used for development purposes.
-
jwt_access_tokens | boolean
Default: True
Issue JWT access tokens, defaults to True. If set to False, access tokens will be opaque.
-
log_level | string
Default: info
The verbosity of logs produced by Hydra. Available values are: panic, fatal, error, warn, info, debug, and trace.
-
memory | string
K8s memory resource limit, e.g. "1Gi". Default is unset (no limit). This value is used for the "limits" portion of the resource requirements (the "requests" portion is automatically deduced from it). See https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/