From 4149eeaa957a85f16edfe1a036047bea3995e95b Mon Sep 17 00:00:00 2001 From: dgibbard-cisco <57677847+dgibbard-cisco@users.noreply.github.com> Date: Wed, 13 Jul 2022 12:12:37 +0100 Subject: [PATCH] Add Cisco as a user + Add TLSv1.3 docs (#814) --- config.toml | 4 ++++ data/faq20.toml | 17 +++++++++++++++++ static/img/logos/cisco.svg | 1 + 3 files changed, 22 insertions(+) create mode 100755 static/img/logos/cisco.svg diff --git a/config.toml b/config.toml index f15f750d393..e312afb1729 100644 --- a/config.toml +++ b/config.toml @@ -324,6 +324,10 @@ logo = "baseten.png" url = "https://chattermill.com" logo = "chattermill.png" +[[params.users]] +url = "https://cisco.com" +logo = "cisco.svg" + [[params.users]] url = "https://www.cloud-trade.com" logo = "cloud-trade.png" diff --git a/data/faq20.toml b/data/faq20.toml index 8196ae0ee55..c5c99c4096c 100644 --- a/data/faq20.toml +++ b/data/faq20.toml @@ -127,6 +127,23 @@ args: """ type = "Features" +[[qna]] +q = "How do I run KEDA with TLS v1.3 only?" +a = """ +By default Keda listens on TLS v1.1 and TLSv1.2, with the default Golang ciphersuites. +In some environments, these ciphers may be considered less secure, for example CBC ciphers. + +As an alternative, you can configure the minimum TLS version to be v1.3 to increase security. +Since all modern clients support this version, there should be no impact in most scenarios. + +You can set this with args - e.g.: +``` +args: + - '--tls-min-version=VersionTLS13' +``` +""" +type = "Features" + [[qna]] q = "Does KEDA depend on any Azure service?" a = "No, KEDA only takes a dependency on standard Kubernetes constructs and can run on any Kubernetes cluster whether in OpenShift, AKS, GKE, EKS or your own infrastructure." diff --git a/static/img/logos/cisco.svg b/static/img/logos/cisco.svg new file mode 100755 index 00000000000..60a12042b51 --- /dev/null +++ b/static/img/logos/cisco.svg @@ -0,0 +1 @@ +Cisco.com \ No newline at end of file