Kratos
Platform:
| Channel | Revision | Published | Runs on |
|---|---|---|---|
| latest/stable | 565 | 02 Feb 2026 | |
| latest/edge | 570 | 27 Apr 2026 | |
| istio/edge | 548 | 10 Mar 2025 | |
| 0.5/edge | 565 | 24 Nov 2025 | |
| 0.4/edge | 561 | 13 Aug 2025 | |
| 0.3/edge | 419 | 05 Jul 2024 | |
| 0.2/stable | 406 | 26 Jun 2024 | |
| 0.2/edge | 406 | 02 May 2024 | |
| 0.1/edge | 383 | 29 Sep 2023 |
juju deploy kratos
charms.kratos.v0.kratos_login_webhook
-
- Last updated 27 Apr 2026
- Revision Library version 0.1
Interface library for configuring a kratos login webhook.
The provider side is responsible for providing the configuration that kratos will use to call this webhook.
The requirer side (kratos) takes the configuration provided and updates its config.
Index
def deserialize_bool(v)
class ProviderData
Methods
ProviderData. validate_methods( cls , v )
ProviderData. auth_enabled( self )
ProviderData. auth_serializer( self , v )
class ReadyEvent
Description
An event when the integration is ready. None
class UnavailableEvent
Description
An event when the integration is unavailable. None
class RelationEvents
class KratosLoginWebhookProvider
Description
Provider side of the kratos-login-webhook relation. None
Methods
KratosLoginWebhookProvider. __init__( self , charm: CharmBase , relation_name: str )
KratosLoginWebhookProvider. update_relations_app_data( self , data: ProviderData )
Description
Update the integration data. None
class KratosLoginWebhookRequirer
Description
Requirer side of the kratos-login-webhook relation. None
Methods
KratosLoginWebhookRequirer. __init__( self , charm: CharmBase , relation_name: str )
KratosLoginWebhookRequirer. consume_relation_data( relation , relation_id )
Description
An API for the requirer charm to consume the related information in the application databag. None
KratosLoginWebhookRequirer. relations( self )
Description
The list of Relation instances associated with this relation_name. None
KratosLoginWebhookRequirer. ready( self , relation_id )
Description
Check if the relation data is ready. None