From 7f0e01ed8cef36fe3487bf9309af34cb5c63f515 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Tue, 13 May 2025 13:18:21 +0200 Subject: [PATCH] add dist file for your secrets --- docker/init.sh_not_shared.cfg.dist | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docker/init.sh_not_shared.cfg.dist diff --git a/docker/init.sh_not_shared.cfg.dist b/docker/init.sh_not_shared.cfg.dist new file mode 100644 index 0000000..ccbbf36 --- /dev/null +++ b/docker/init.sh_not_shared.cfg.dist @@ -0,0 +1,11 @@ +# ====================================================================== +# +# senstive configuration not to check in into your git repository +# +# ====================================================================== + +OIDCCryptoPassphrase=0123456789 +OIDCClientSecret='YOUR-SECRET-HERE' +OIDCProviderMetadataURL='https://keycloak.example.com/realms/YOUR-REALM/.well-known/openid-configuration' + +# ---------------------------------------------------------------------- -- GitLab