use apiGroup without version in webapp auth howto

This commit is contained in:
Jamie Klassen 2023-03-16 15:51:17 -04:00 committed by GitHub
parent 0aa4892353
commit 6ee05611a1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -374,7 +374,7 @@ kind: TokenCredentialRequest
spec:
token: <cluster-scoped ID token value>
authenticator:
apiGroup: authentication.concierge.pinniped.dev/v1alpha1
apiGroup: authentication.concierge.pinniped.dev
kind: JWTAuthenticator
name: <the metadata.name of the JWTAuthenticator to be used>
```