Kratos

  • By Identity Charmers
Channel Revision Published Runs on
latest/stable 397 24 Apr 2024
Ubuntu 22.04
latest/edge 402 01 May 2024
Ubuntu 22.04
0.2/stable 399 25 Apr 2024
Ubuntu 22.04
0.2/edge 406 02 May 2024
Ubuntu 22.04
0.1/edge 383 29 Sep 2023
Ubuntu 22.04
juju deploy kratos --channel 0.1/edge
Show information

Platform:

Learn about configurations >

  • default_identity_schema_id | string

    The default identity schema id, this option only works when `identity_schemas` is defined

  • dev | boolean

    Run Kratos on dev mode, it is needed if HTTPS is not set up. This should only be used for development purposes.

  • identity_schemas | string

    A mapping of schema_id to identity schemas. For example: { "user_v0": { "$id": "https://schemas.ory.sh/presets/kratos/quickstart/email-password/identity.schema.json";, "$schema": "http://json-schema.org/draft-07/schema#", "title": "Person", "type": "object", "properties": { "traits": { "type": "object", "properties": { "email": { "type": "string", "format": "email", "title": "E-Mail", "minLength": 3, "ory.sh/kratos": { "verification": { "via": "email" } } }, "name": { "type": "string" } } }, "additionalProperties": true } } }

  • log_level | string

    Default: info

    The verbosity of logs produced by Kratos. Available values are: panic, fatal, error, warn, info, debug, and trace.

  • smtp_connection_uri | string

    Default: smtps://test:test@mailslurper:1025/?skip_ssl_verify=true

    SMTP connection URI