From a21a5bca1e31a88a8d127c31372fbc0479800b78 Mon Sep 17 00:00:00 2001 From: Monis Khan Date: Sun, 13 Feb 2022 12:48:20 -0500 Subject: [PATCH] Update dex docs regarding password grant Signed-off-by: Monis Khan --- site/content/docs/howto/configure-supervisor-with-dex.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/site/content/docs/howto/configure-supervisor-with-dex.md b/site/content/docs/howto/configure-supervisor-with-dex.md index 79a5ea35..df8876ff 100644 --- a/site/content/docs/howto/configure-supervisor-with-dex.md +++ b/site/content/docs/howto/configure-supervisor-with-dex.md @@ -95,8 +95,7 @@ spec: # If you would also like to allow your end users to authenticate using # a password grant, then change this to true. - # Password grants with Dex will only work in Dex versions that include - # this bug fix: https://github.com/dexidp/dex/pull/2234 + # Password grant requires Dex v2.31.0 or later allowPasswordGrant: false # Specify how Dex claims are mapped to Kubernetes identities.