mirror of
https://github.com/zokradonh/kopano-docker.git
synced 2026-08-21 21:33:02 +00:00
Make it possible to use an existing konnect instance (#195)
* make konnect url configurable * switch to fork of dockerize as it allows to skip ssl verification since the address of the oidc issuer is now dynamic it could point to an invalid ssl certificate (the self signed cert is by default "valid" for *) * update hadolint * add more scopes * only skip ssl verification when running insecure
This commit is contained in:
+3
-2
@@ -2,6 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
# TODO since this file is only used here, also generate it here.
|
||||
dockerize \
|
||||
-wait file:///kopano/ssl/meet-kwmserver.pem \
|
||||
-timeout 360s
|
||||
@@ -29,8 +30,8 @@ fi
|
||||
dockerize \
|
||||
-wait file:///kopano/ssl/konnectd-tokens-signing-key.pem \
|
||||
-wait file:///kopano/ssl/konnectd-encryption.key \
|
||||
-timeout 360s \
|
||||
konnectd serve \
|
||||
-timeout 360s
|
||||
konnectd serve \
|
||||
--signing-private-key=/kopano/ssl/konnectd-tokens-signing-key.pem \
|
||||
--encryption-secret=/kopano/ssl/konnectd-encryption.key \
|
||||
--iss=https://"$FQDN" \
|
||||
|
||||
Reference in New Issue
Block a user