Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add login-ui to oci-factory #266

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions oci/identity-platform-login-ui/contacts.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
notify:
emails:
- [email protected]
mattermost-channels:
- ofi4for9obfq8m978h318x56ar
54 changes: 54 additions & 0 deletions oci/identity-platform-login-ui/documentation.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
version: 1
application: identity-platform-login-ui
is_chiselled: True
description: |
Canonical IAM Login UI is a core components of the Identity Platform solution.

It provides a way to login using OIDC via interactions with Ory Kratos and Ory Hydra, also allows
you to manage self service functionalities for everything related to authentication

For further information check our repository on Github https://github.com/canonical/identity-platform-login-ui
docker:
parameters:
- -p 8080:8080
access: Access the API at `http://localhost:8080`.
parameters:
- type: -e
value: 'TRACING_ENABLED=true'
description: Tracing enablement.
- type: -e
value: 'OTEL_GRPC_ENDPOINT=tempo-0.tempo-endpoints.stg-identity-jaas-dev.svc.cluster.local:4317'
description: Tracing server GRPC endpoint, has priority on OTEL_HTTP_ENDPOINT.
- type: -e
value: 'OTEL_HTTP_ENDPOINT=http://tempo-0.tempo-endpoints.stg-identity-jaas-dev.svc.cluster.local:4318'
description: Tracing server HTTP endpoint.
- type: -e
value: 'MFA_ENABLED="true"'
description: Enable MFA validation on logins.
- type: -e
value: 'HYDRA_ADMIN_URL=http://hydra.io:4445'
description: Hydra Admin API URL, used to validate logins
- type: -e
value: 'KRATOS_ADMIN_URL=http://kratos.io:4434'
description: Kratos Admin API URL, used to manage identities
- type: -e
value: 'KRATOS_PUBLIC_URL=http://kratos.io:4433'
description: Kratos Public API URL, used to manage identities
- type: -e
value: 'BASE_URL=https://iam.io/dev/path'
description: Public URL Login UI will be served from.
- type: -e
value: 'LOG_FILE=log.txt'
description: Destination file for logs.
- type: -e
value: 'LOG_LEVEL=error'
description: Log level.
- type: -p
value: '8080:8080'
description: Server API port.
- type: CMD
value: '/usr/bin/identity-platform-login-ui serve'
description: >
Launch Login UI web server(s) using environment variables.
debug:
text: ""
12 changes: 12 additions & 0 deletions oci/identity-platform-login-ui/image.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
version: 1
upload:
- source: "canonical/identity-platform-login-ui"
commit: 3c03717429801d1334ca7feb4dd2a2e2793ca4ff
directory: .
release:
0.18.3-22.04:
risks:
- stable
- candidate
- edge
end-of-life: "2025-03-01T00:00:00Z"
Loading