From 4ebf67095a4ab1f24c5064ce7bfb2d59f65f3cd8 Mon Sep 17 00:00:00 2001 From: Andrei Pohilko Date: Wed, 18 Jan 2023 20:04:40 +0000 Subject: [PATCH] Add note about auth proxies --- charts/helm-dashboard/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/charts/helm-dashboard/README.md b/charts/helm-dashboard/README.md index 3b8c238..75a91be 100644 --- a/charts/helm-dashboard/README.md +++ b/charts/helm-dashboard/README.md @@ -39,6 +39,12 @@ helm uninstall my-release The command removes all the Kubernetes components associated with the chart and deletes the release. +## Adding Authentication + +The task of authentication and user control is out of scope for Helm Dashboard. Luckily, there are third-party solutions which are dedicated to provide that functionality. + +For instance, you can place authentication proxy in front of Helm Dashboard, like this one: https://github.com/oauth2-proxy/oauth2-proxy + ## Parameters The following table lists the configurable parameters of the chart and their default values.