Identity Platform

Channel Revision Published
latest/edge 39 14 Jan 2025
istio/edge 38 12 Jan 2025
0.3/edge 32 20 Sep 2024
0.2/edge 25 09 May 2024
0.1/edge 17 25 Apr 2024
juju deploy identity-platform --channel edge
Show information

Platform:

Learn about configurations >

  • 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.

  • initial_system_secret_id | secret

    Juju secret id containing the system secret key used to encrypt database entries. This config is only used when the application is deployed the first time. On an existing deployment, you need to use the `add-secret-key` action. All the values from the secret will be used as keys sorted, with the last one being used for both encryption and decryption. E.g: { "1": <secret-1>, "2": <secret-2>, "3": <secret-3>, } The length of the secrets must be >16 characters

  • 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/