aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/rproxy/src/main
diff options
context:
space:
mode:
Diffstat (limited to 'sidecar/rproxy/src/main')
-rw-r--r--sidecar/rproxy/src/main/resources/application.properties5
1 files changed, 3 insertions, 2 deletions
diff --git a/sidecar/rproxy/src/main/resources/application.properties b/sidecar/rproxy/src/main/resources/application.properties
index 5c2dffb..0f111dc 100644
--- a/sidecar/rproxy/src/main/resources/application.properties
+++ b/sidecar/rproxy/src/main/resources/application.properties
@@ -7,7 +7,6 @@ server.ssl.protocol=TLS
server.ssl.enabled-protocols=TLSv1.2
server.ssl.key-store=${CONFIG_HOME}/auth/tomcat_keystore
server.ssl.client-auth=want
-
server.ssl.client-cert=${CONFIG_HOME}/auth/client-cert.p12
server.servlet.contextPath=/
@@ -16,4 +15,6 @@ uri.authorization.configuration-file=${CONFIG_HOME}/auth/uri-authorization.json
logging.config=${CONFIG_HOME}/logback-spring.xml
-spring.profiles.default=secure,cadi \ No newline at end of file
+spring.profiles.default=secure,cadi
+
+spring.main.allow-bean-definition-overriding=true \ No newline at end of file