ubuntu/identity-platform-admin-ui

Verified Publisher

By Canonical

Updated 5 months ago

Canonical Admin UI is a component for managing the Canonical Identity Platform.

Image
Integration & delivery
Web servers
1

9.7K

ubuntu/identity-platform-admin-ui repository overview

ubuntu/identity-platform-admin-ui is a rock for identity-platform-admin-ui maintained by Canonical.

Canonical IAM Admin UI is a component that allows you to interact with the components that are part of the Identity Platform solution.

It provides a set of API to view,modify and delete resources on Ory Kratos, Ory Hydra Ory Oathkeeper and OpenFGA

[Learn more about identity-platform-admin-ui]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
1-22.04_stable
aliases1-22.04, 1-22.04_beta, 1-22.04_candidate, 1-22.04_edge, 1.25-22.04_beta, 1.25-22.04_candidate, 1.25-22.04_edge
08/2026122.04amd64
View deprecated tags
TagsSupport ended onUpgrade Path
1.19.0-22.04_stable
aliases1.19.0-22.04
11/2024 -
1.22-22.04_candidate
aliases1.22-22.04_beta, 1.22-22.04_edge
12/2024 -
1.19.0-22.04_candidate
aliases1.19.0-22.04_beta, 1.19.0-22.04_edge
11/2024 -
1.23-22.04_candidate
aliases1.23-22.04_beta, 1.23-22.04_edge
03/2025 -
1.24-22.04_candidate
aliases1.24-22.04_beta, 1.24-22.04_edge
06/2025 -
1.21.0-22.04_candidate
aliases1.21.0-22.04_beta, 1.21.0-22.04_edge
11/2024 -

Get started

This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/identity-platform-admin-ui:1.19.0-22.04_stable plan
Run

To run this rock, use any of the usual container runtimes, for example, docker:

docker run --name identity-platform-admin-ui-container \
    -p 8080:8080 \
    ubuntu/identity-platform-admin-ui:1.19.0-22.04_stable

Access the API at http://localhost:8080.

Get logs

To view the logs of the running container, run:

docker exec identity-platform-admin-ui-container pebble logs

Or, for a specific service:

docker exec identity-platform-admin-ui-container pebble logs <service>
Monitor health checks

Rocks may have predefined health checks that you can list by running:

docker exec identity-platform-admin-ui-container pebble checks

The overall health of your container can be inspected via:

docker exec identity-platform-admin-ui-container pebble health

Configuration

Environment variables
OptionDescriptionDefault
OTEL_GRPC_ENDPOINTTracing server GRPC endpoint, e.g., tempo-0.tempo-endpoints.stg-identity-jaas-dev.svc.cluster.local:4317. Has priority on OTEL_HTTP_ENDPOINT.None
OTEL_HTTP_ENDPOINTTracing server HTTP endpoint, e.g., http://tempo-0.tempo-endpoints.stg-identity-jaas-dev.svc.cluster.local:4318.None
TRACING_ENABLEDTracing enablement, e.g., true.None
LOG_FILEDestination file for logs, e.g., log.txt.None
LOG_LEVELLog level, e.g., error.None
HYDRA_ADMIN_URLHydra Admin API URL, used to manage clients, e.g., http://hydra.io:4445.None
KRATOS_ADMIN_URLKratos Admin API URL, used to manage identities, e.g., http://kratos.io:4434.None
KRATOS_PUBLIC_URLKratos Public API URL, used to manage identities, e.g., http://kratos.io:4433.None
OATHKEEPER_PUBLIC_URLOathkeeper Public API URL, used to manage rules.None
BASE_URLPublic URL Login UI will be served from, e.g., https://iam.io/dev/path.None
ACCESS_TOKEN_VERIFICATION_STRATEGYStrategy used to verify JWT tokens.None
AUTHENTICATION_ENABLEDAuthentication enable flag."false"
AUTHORIZATION_ENABLEDAuthorization enable flag."false"
CONTEXT_PATHPath needed by the UI to work behind an ingress proxy.None
IDP_CONFIGMAP_NAMEName of kubernetes configmap where Kratos IDP are configured.None
IDP_CONFIGMAP_NAMESPACENamespace of kubernetes configmap where Kratos IDP are configured.None
RULES_CONFIGMAP_NAMEName of kubernetes configmap where Oathkeeper rules are configured.None
RULES_CONFIGMAP_NAMESPACENamespace of kubernetes configmap where Oathkeeper rules are configured.None
RULES_CONFIGMAP_FILENAMEName of the file where Oathkeeper rules are configured.None
SCHEMAS_CONFIGMAP_NAMEName of kubernetes configmap where Kratos identity schemas are configured.None
SCHEMAS_CONFIGMAP_NAMESPACENamespace of kubernetes configmap where Kratos identity schemas are configured.None
MAIL_FROM_ADDRESSEmail sender. Required.None
MAIL_HOSTSMPT server host. Required.None
MAIL_PORTSMTP server port. Required.None
MAIL_USERNAMESMTP username. If present, both username and password are used.None
MAIL_PASSWORDSMTP password.None
OAUTH2_AUTH_COOKIES_ENCRYPTION_KEYKey used to encrypt authentication cookies.None
OAUTH2_CLIENT_IDOAuth2 client ID, needed for OIDC authentication.None
OAUTH2_CLIENT_SECRETOAuth2 client secret, needed for OIDC authentication.None
OAUTH2_CODEGRANT_SCOPESOAuth2 scopes needed by the application, needed for OIDC authentication.openid,offline_access
OAUTH2_REDIRECT_URIOAuth2 redirect URI, e.g.'https://iam..io/dev/api/v0/auth/callback', where /api/v0/auth/callback is the endpoint used by the application, needed for OIDC authentication.None
OIDC_ISSUEROAuth2 server issuer.None
OPENFGA_API_HOSTOpenFGA server address.None
OPENFGA_API_SCHEMEOpenFGA server scheme, either 'http' or 'https'.None
OPENFGA_API_TOKENOpenFGA server API token, needed for authentication to the server.None
OPENFGA_AUTHORIZATION_MODEL_IDOpenFGA model ID.None
OPENFGA_STORE_IDOpenFGA store ID.None
Ports
OptionDescriptionDefault
-p <port>:8080Expose the container's port 8080 on the host's <port>.None
Application parameters
OptionDescriptionDefault
/usr/bin/identity-platform-admin-ui serveLaunch Admin UI web server(s) using environment variables.None

[Report a bug] [Contribute]

Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.

Tag summary

Content type

Image

Digest

sha256:71eee354b

Size

22.2 MB

Last updated

5 months ago

docker pull ubuntu/identity-platform-admin-ui:1.25-22.04_edge

This week's pulls

Pulls:

74

Last week