From 0fb8f4db9dd3b079ee03793115a45102fcda3b12 Mon Sep 17 00:00:00 2001 From: Khue Doan Date: Wed, 17 Nov 2021 23:58:57 +0700 Subject: [PATCH] docs: add reference to AWS Dex setup guide on EKS --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 36b0bc13..2be9709f 100644 --- a/README.md +++ b/README.md @@ -135,3 +135,4 @@ Distributed under the GPLv3 License. See `LICENSE` for more information. - [Run the same Cloudflare Tunnel across many `cloudflared` processes](https://developers.cloudflare.com/cloudflare-one/tutorials/many-cfd-one-tunnel) - [MAC address environment variable in GRUB config](https://askubuntu.com/questions/1272400/how-do-i-automate-network-installation-of-many-ubuntu-18-04-systems-with-efi-and) - [Official k3s systemd service file](https://github.com/k3s-io/k3s/blob/master/k3s.service) +- [AWS Dex setup guide on EKS](https://aws.amazon.com/blogs/containers/using-dex-dex-k8s-authenticator-to-authenticate-to-amazon-eks/)