From 6ee05611a17fb6a34ef7ab54ba7419ab675e31b5 Mon Sep 17 00:00:00 2001 From: Jamie Klassen Date: Thu, 16 Mar 2023 15:51:17 -0400 Subject: [PATCH] use apiGroup without version in webapp auth howto --- site/content/docs/howto/configure-auth-for-webapps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/howto/configure-auth-for-webapps.md b/site/content/docs/howto/configure-auth-for-webapps.md index 1b535eb6..182b2807 100644 --- a/site/content/docs/howto/configure-auth-for-webapps.md +++ b/site/content/docs/howto/configure-auth-for-webapps.md @@ -374,7 +374,7 @@ kind: TokenCredentialRequest spec: token: authenticator: - apiGroup: authentication.concierge.pinniped.dev/v1alpha1 + apiGroup: authentication.concierge.pinniped.dev kind: JWTAuthenticator name: ```