Skip to content

canonical/identity-platform-login-ui-operator

Repository files navigation

Identity Platform Login UI Operator

CharmHub Badge

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

Relations

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-endpoint-info identity-platform-login-ui-operator:kratos-endpoint-info
juju integrate kratos:ui-endpoint-info identity-platform-login-ui-operator:ui-endpoint-info

Ingress

The Identity Platform Login UI Operator offers integration with the traefik-k8s-operator for ingress.

If you have a traefik deployed you can provide ingress with the following command:

juju integrate traefik-admin identity-platform-login-ui-operator:ingress

OCI Images

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

Security

Security issues in IAM stack can be reported through LaunchPad. Please do not file GitHub issues about 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.