From 22f8424226421d34ac87c478f93cd7a2a2b94345 Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 26 Nov 2024 09:57:54 -0800 Subject: [PATCH 1/2] [docs] Add Teleport as an Adopter Signed-off-by: Arko Dasgupta --- site/data/adopters.yaml | 4 ++++ site/static/logos/teleport.svg | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 site/static/logos/teleport.svg diff --git a/site/data/adopters.yaml b/site/data/adopters.yaml index 542e381d1c3..d79526c5283 100644 --- a/site/data/adopters.yaml +++ b/site/data/adopters.yaml @@ -11,3 +11,7 @@ adopters: logo: "/logos/airspacelink.svg" url: "https://airspacelink.com/" description: "Airspace Link is using Envoy Gateway to route all public APIs to Kubernetes clusters, developers are manipulating routes descriptions using agnostic manifest files, which are then automatically provisioned using Envoy Gateway." + - name: "Teleport" + logo: "/logos/teleport.svg" + url: "https://goteleport.com/" + description: "" diff --git a/site/static/logos/teleport.svg b/site/static/logos/teleport.svg new file mode 100644 index 00000000000..ad19786b556 --- /dev/null +++ b/site/static/logos/teleport.svg @@ -0,0 +1,16 @@ + + \ No newline at end of file From 4b31a1d9962433b1ff60b18b08fdbb31a25aae7b Mon Sep 17 00:00:00 2001 From: Arko Dasgupta Date: Tue, 26 Nov 2024 10:18:59 -0800 Subject: [PATCH 2/2] Update site/data/adopters.yaml Co-authored-by: David Boslee Signed-off-by: Arko Dasgupta --- site/data/adopters.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/data/adopters.yaml b/site/data/adopters.yaml index d79526c5283..16cf7893339 100644 --- a/site/data/adopters.yaml +++ b/site/data/adopters.yaml @@ -14,4 +14,4 @@ adopters: - name: "Teleport" logo: "/logos/teleport.svg" url: "https://goteleport.com/" - description: "" + description: "Teleport is using Envoy Gateway to manage dynamic routing for all traffic to the Teleport Cloud Platform."