From d33f1c20d2a69362c5608261efc5c117dd5ce7a7 Mon Sep 17 00:00:00 2001 From: Markus Scheidgen <markus.scheidgen@gmail.com> Date: Wed, 28 Aug 2019 19:47:05 +0200 Subject: [PATCH] Documentation and version number update. --- README.md | 4 ++++ docs/introduction.md | 4 +++- ops/deployments/nomad.migration.values.yaml | 6 +++--- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bb38066fce..475314fef3 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,10 @@ your browser. ## Change log Omitted versions are plain bugfix releases with only minor changes and fixes. +### v0.6.0 +- Keycloak based user management +- no dependencies with the NOMAD CeE Repository + ### v0.5.2 - allows to download large files over longer time period - streamlined deployment without API+GUI proxy diff --git a/docs/introduction.md b/docs/introduction.md index 63b1a942fb..c1e943b9fd 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -83,7 +83,9 @@ processing of uploaded files and therein contained calculations. We use ### Keycloak -TODO +[Keycloak](https://www.keycloak.org/) is used for user management. It manages users and +provide functions for registering, password forget, editing user accounts, and single +sign on of fairdi@nomad and other related services. ### flask, et al. diff --git a/ops/deployments/nomad.migration.values.yaml b/ops/deployments/nomad.migration.values.yaml index 3d1340edca..b0d31cb7b0 100644 --- a/ops/deployments/nomad.migration.values.yaml +++ b/ops/deployments/nomad.migration.values.yaml @@ -1,12 +1,12 @@ +services: + apiSecret: 'nomad-keycloak-prod-api-secret' + proxy: nodePort: 30002 external: host: "labdev-nomad.esc.rzg.mpg.de" path: "/fairdi/nomad/migration" -api: - adminPasswordSecret: 'nomad-production-repository-password' - gui: debug: true -- GitLab