Merge pull request #1453 from jamieklassen/patch-1

use apiGroup without version in webapp auth howto
This commit is contained in:
Ryan Richard 2023-04-03 11:08:20 -07:00 committed by GitHub
commit 6ae3c0a9c3
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>
```