From 8b8255169e21e7268c282c66b1a819a8f1b6a31b Mon Sep 17 00:00:00 2001 From: Theo Sanderson Date: Thu, 29 Feb 2024 13:11:18 +0000 Subject: [PATCH 1/2] add keycloakify to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cb693186..ed8886d2c 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Additional documentation for development is available in each folder's README. T - Sequence and metadata processing pipeline is in [`preprocessing`](/preprocessing) folder, see [`preprocessing/specification.md`](/preprocessing/specification.md) - Deployment code is in `kubernetes`, see [`kubernetes/README.md`](/kubernetes/README.md). Check this for local development setup instructions. -- Authorization is performed by our own keycloak instance. see config in [`keycloak-image`](kubernetes/loculus/templates/keycloak-deployment.yaml) and [`realm-config`](kubernetes/loculus/templates/keycloak-config-map.yaml) +- Authorization is performed by our own keycloak instance. see config in [`keycloak-image`](kubernetes/loculus/templates/keycloak-deployment.yaml) and [`realm-config`](kubernetes/loculus/templates/keycloak-config-map.yaml). The keycloak login theme is built with a custom [keycloakify](keycloak/keycloakify) build. ## GitHub Actions From 2b126472ae7bea00e4f38436ed709a9de4660da4 Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Thu, 29 Feb 2024 15:55:39 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed8886d2c..c310f8bea 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Additional documentation for development is available in each folder's README. T - Sequence and metadata processing pipeline is in [`preprocessing`](/preprocessing) folder, see [`preprocessing/specification.md`](/preprocessing/specification.md) - Deployment code is in `kubernetes`, see [`kubernetes/README.md`](/kubernetes/README.md). Check this for local development setup instructions. -- Authorization is performed by our own keycloak instance. see config in [`keycloak-image`](kubernetes/loculus/templates/keycloak-deployment.yaml) and [`realm-config`](kubernetes/loculus/templates/keycloak-config-map.yaml). The keycloak login theme is built with a custom [keycloakify](keycloak/keycloakify) build. +- Authorization is performed by our own keycloak instance. See config in [`keycloak-image`](kubernetes/loculus/templates/keycloak-deployment.yaml) and [`realm-config`](kubernetes/loculus/templates/keycloak-config-map.yaml). The keycloak login theme is built with a custom [keycloakify](keycloak/keycloakify) build. ## GitHub Actions