diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-03-14 15:37:24 +0000 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-03-14 15:44:35 +0000 |
commit | 99b7f8aa7b8ad4ce424977924c12402c7cc48bf0 (patch) | |
tree | 33766f89af1a026455db40410ee90dcf1c941e7f /packages/policy-gui-docker/src/main/docker/config | |
parent | 1e95c73cef25b524bc1f5791d4578332670202f7 (diff) |
Make client cert authentication optional in policy-gui
Set client auth to optional as Apex Editor does not need certs.
Issue-ID: POLICY-3980
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Iad03f80f5fb79e6f48a21699c45e9fbf7c746106
Diffstat (limited to 'packages/policy-gui-docker/src/main/docker/config')
-rw-r--r-- | packages/policy-gui-docker/src/main/docker/config/application.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-gui-docker/src/main/docker/config/application.yml b/packages/policy-gui-docker/src/main/docker/config/application.yml index 7b20d02..17729f7 100644 --- a/packages/policy-gui-docker/src/main/docker/config/application.yml +++ b/packages/policy-gui-docker/src/main/docker/config/application.yml @@ -2,7 +2,7 @@ server: port: 2443 ssl: enabled: true - client-auth: need + client-auth: want key-store: file:${KEYSTORE} key-store-password: ${KEYSTORE_PASSWD} trust-store: file:${TRUSTSTORE} |