Skip to content

Commit

Permalink
Add Cisco as a user + Add TLSv1.3 docs (kedacore#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
dgibbard-cisco authored Jul 13, 2022
1 parent d6ab53e commit 4149eea
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
17 changes: 17 additions & 0 deletions data/faq20.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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."
Expand Down
1 change: 1 addition & 0 deletions static/img/logos/cisco.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 4149eea

Please sign in to comment.