Identity Platform Login Ui Operator

Platform:

Channel Revision Published Runs on
latest/stable 197 02 Feb 2026
Ubuntu 22.04
latest/edge 203 29 May 2026
Ubuntu 22.04
istio/edge 204 19 Jun 2026
Ubuntu 22.04
0.999/edge 47 06 Sep 2023
Ubuntu 22.04
0.5/edge 197 05 Dec 2025
Ubuntu 22.04
0.4/edge 193 13 Nov 2025
Ubuntu 22.04
0.3/edge 190 01 May 2025
Ubuntu 22.04
0.2/stable 90 26 Jun 2024
Ubuntu 22.04
0.2/edge 90 04 Jun 2024
Ubuntu 22.04
0.1/edge 78 01 Dec 2023
Ubuntu 22.04
juju deploy identity-platform-login-ui-operator --channel istio/edge

Operator for Identity platform UI backend and proxy

Identity Platform Login UI Operator

CharmHub Badge Juju License

Continuous Integration Status pre-commit Conventional Commits

Description

This repository hosts the Kubernetes Python Operator for Identity Platform Login UI. For more details, visit Identity Platform Login UI.

Usage

The Identity Platform Login UI Operator may be deployed using with the following commands:

juju deploy identity-platform-login-ui-operator

Integrations

Hydra

This charm offers integration with hydra-operator. To integrate them, run:

juju integrate hydra:hydra-endpoint-info identity-platform-login-ui-operator:hydra-endpoint-info
juju integrate hydra:ui-endpoint-info identity-platform-login-ui-operator:ui-endpoint-info

Kratos

This charm offers integration with kratos-operator. To integrate them, run:

juju integrate kratos:kratos-info identity-platform-login-ui-operator:kratos-info
juju integrate kratos:ui-endpoint-info identity-platform-login-ui-operator:ui-endpoint-info

Ingress (public-route)

The Identity Platform Login UI Operator exposes its endpoints via istio-ingress-k8s.

Deploy the required Istio components and integrate:

juju deploy istio-k8s --channel 2/stable --trust
juju deploy istio-ingress-k8s --channel 2/stable --trust
juju integrate istio-ingress-k8s istio-k8s
juju integrate identity-platform-login-ui-operator:public-route istio-ingress-k8s:istio-ingress-route

OCI Images

The image used by this charm is hosted on GitHub container registry and maintained by Canonical Identity Team.

Security

Please see SECURITY.md for guidelines on reporting security issues.

Contributing

Please see the Juju SDK docs for guidelines on enhancements to this charm following best practice guidelines, and CONTRIBUTING.md for developer guidance.