Skip to content

canonical/identity-platform-admin-ui-operator

Repository files navigation

Identity Platform Admin UI Operator

Description

This repository hosts a Charmed Operator for the Identity Platform Admin UI application. This Operator supports Juju deployments on Kubernetes cloud.

Usage

After cloning the repository, you may deploy the Identity Platform Admin UI Operator with the following commands:

charmcraft pack
juju deploy ./identity-platform-admin-ui*-amd64.charm --resource oci-image=$(yq eval '.resources.oci-image.upstream-source' metadata.yaml) --trust

You can follow the deployment status with watch -c juju status --color.

Relations

Ingress

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

If you have traefik deployed and configured in your juju model, run the following command to provide ingress:

juju integrate traefik-k8s identity-platform-admin-ui:ingress

Security

Security issues 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.

License

The Charmed Identity Platform Admin UI Operator is a free software, distributed under the Apache Software License, version 2.0. See LICENSE for more information.