summaryrefslogtreecommitdiffstats
path: root/config-model
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorncs@oath.com>2017-10-12 11:36:11 +0200
committerBjørn Christian Seime <bjorncs@oath.com>2017-10-12 11:36:16 +0200
commitbe860d36892d3df7c2b8235db0794dc8091ff0a7 (patch)
treebbe5a5151047fc8909ae9dfc49db77de834ad40f /config-model
parent4dae8f7765189e999e9c3010ab8b55eea9d3ca40 (diff)
Add back SslKeyStoreFactoryProvider as a temporary workaround
Some applications use unsafe config features that breaks when removing a component from the config-model.
Diffstat (limited to 'config-model')
-rwxr-xr-xconfig-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
index 4eb611a1dbe..77029360593 100755
--- a/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
+++ b/config-model/src/main/java/com/yahoo/vespa/model/container/ContainerCluster.java
@@ -220,6 +220,7 @@ public final class ContainerCluster
addSimpleComponent(com.yahoo.concurrent.classlock.ClassLocking.class);
addSimpleComponent("com.yahoo.jdisc.http.filter.SecurityFilterInvoker");
addSimpleComponent(SIMPLE_LINGUISTICS_PROVIDER);
+ addSimpleComponent("com.yahoo.container.jdisc.SslKeyStoreFactoryProvider");
addSimpleComponent("com.yahoo.container.jdisc.SecretStoreProvider");
addSimpleComponent("com.yahoo.container.jdisc.CertificateStoreProvider");
addSimpleComponent("com.yahoo.container.jdisc.metric.MetricConsumerProviderProvider");