aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/container/http/ssl/HostedSslConnectorFactory.java
Commit message (Collapse)AuthorAgeFilesLines
* Move parsing of configuration string to config modelBjørn Christian Seime2024-06-061-10/+28
|
* Update ↵Bjørn Christian Seime2024-06-061-1/+1
| | | | | config-model/src/main/java/com/yahoo/vespa/model/container/http/ssl/HostedSslConnectorFactory.java Co-authored-by: Jon Marius Venstad <jonmv@users.noreply.github.com>
* Update configuration validation in modelBjørn Christian Seime2024-06-061-1/+1
|
* Make sample rate mandatory. Validate in config modelBjørn Christian Seime2024-06-051-0/+5
|
* Control content logging through feature flagBjørn Christian Seime2024-06-051-1/+6
|
* Revert "Revert "Disable proxy protocol on jdisc containers in Azure, #2""Håkon Hallingstad2024-04-031-5/+2
|
* Revert "Disable proxy protocol on jdisc containers in Azure, #2"Håkon Hallingstad2024-04-031-2/+5
|
* Revert "Revert "Disable proxy protocol on jdisc containers in Azure""Håkon Hallingstad2024-04-031-5/+2
|
* Revert "Disable proxy protocol on jdisc containers in Azure"Harald Musum2024-04-031-2/+5
|
* Disable proxy protocol on jdisc containers in AzureHåkon Hallingstad2024-04-021-5/+2
|
* Use a sorted set for known server names, used in configjonmv2023-10-271-1/+3
|
* Only report known dimension valuesMorten Tokle2023-10-231-2/+7
|
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Revert "Enable TLSv1.3 for hosted endpoints"Bjørn Christian Seime2023-07-211-1/+2
| | | | This reverts commit ad7707a29b02872e2ab45fbbf22205fbee34ab97.
* Enable TLSv1.3 for hosted endpointsBjørn Christian Seime2023-07-201-2/+1
|
* Add separate connector for token endpointBjørn Christian Seime2023-07-191-1/+1
|
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-191-1/+14
|
* Proper modelling of client auth settingBjørn Christian Seime2023-07-191-7/+8
|
* Control whether proxy protocol is enabledBjørn Christian Seime2023-07-191-5/+9
|
* Use builder pattern to make connector configuration more readableBjørn Christian Seime2023-07-191-68/+44
| | | | Prepare for serving token endpoint on separate port
* Revert "Use builder pattern to make connector configuration more readable"Bjørn Christian Seime2023-07-191-42/+68
|
* Always use `CloudSslContextProvider`Bjørn Christian Seime2023-07-171-3/+1
|
* Use builder pattern to make connector configuration more readableBjørn Christian Seime2023-07-171-68/+44
| | | | Prepare for serving token endpoint on separate port
* Generate proxy certificate and inject in trust storeMorten Tokle2023-06-071-10/+11
|
* Add feature flag to control connection TTLBjørn Christian Seime2023-04-261-9/+16
|
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-2/+2
|
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-2/+2
|
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-2/+2
|
* Restrict data plane bindingsMorten Tokle2022-09-131-8/+8
| | | | This reverts commit 35730b501114ec7cd48b693c2ef327446d6b38aa.
* Revert "Restrict data plane bindings"Morten Tokle2022-09-121-8/+8
| | | | This reverts commit 4f8bccce3a80181c5e745acedca0accc8bfa3d68.
* Restrict data plane bindingsMorten Tokle2022-09-121-8/+8
|
* Flag to control proxy protocol mixed modeMorten Tokle2022-05-091-8/+12
|
* Ensure list of cipher suites has deterministic order.Henning Baldersheim2022-01-301-3/+3
|
* Remove feature flag for connection life and hardcode 45 secBjørn Christian Seime2021-11-161-12/+8
|
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Reduce max connection life to 45 secondsBjørn Christian Seime2021-09-301-8/+12
| | | | Add feature flag for increasing the value for any application as an emergency precaution.
* Remove TLS_RSA_WITH_AES_256_GCM_SHA384 from default-enabled ciphers on 4443Bjørn Christian Seime2021-07-121-6/+1
|
* Add feature flag for overriding TLS ciphersBjørn Christian Seime2021-06-231-11/+21
|
* Remove feature flag for HTTP/2Bjørn Christian Seime2021-05-211-8/+8
|
* Reduce maximum idleTimeout for a connection to 30 sec for SSLBjorn Meland2021-04-221-1/+1
|
* Add feature flag to enable HTTP/2 for jdiscBjørn Christian Seime2021-04-121-8/+13
|
* Remove stale commentBjørn Christian Seime2021-04-061-1/+0
|
* Allow TLS_RSA_WITH_AES_256_GCM_SHA384 in containerMorten Tokle2021-03-221-0/+8
|
* Disable TLSv1.3 on port 4443Bjørn Christian Seime2021-02-231-0/+3
|
* Rename setters in ConnectorFactory.BuilderBjørn Christian Seime2020-11-181-1/+1
|
* Simplify subclassing of ConnectorFactoryBjørn Christian Seime2020-11-181-1/+1
|
* Remove duplicate connector config generated by ssl provider implementationsBjørn Christian Seime2020-10-191-3/+2
| | | | | Change ssl providers to modify the parent connector's config instead of generating its own connector config.
* Use correct client auth valueMorten Tokle2020-10-161-7/+6
|
* Set up need_auth for connector when access_control configuredMorten Tokle2020-10-141-8/+15
|
* Revert "Temporarily disable proxy-protocol for port 4443 in jdisc"Bjørn Christian Seime2020-07-221-10/+8
| | | | This reverts commit a9e5c8b38d4b37862e38a43239720ccdf56470d2.