Skip to content

Commit

Permalink
Merge pull request #1453 from jamieklassen/patch-1
Browse files Browse the repository at this point in the history
use apiGroup without version in webapp auth howto
  • Loading branch information
cfryanr authored Apr 3, 2023
2 parents 84e2f27 + 6ee0561 commit 6ae3c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/howto/configure-auth-for-webapps.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
```
Expand Down

0 comments on commit 6ae3c0a

Please sign in to comment.