use apiGroup without version in webapp auth howto
This commit is contained in:
parent
0aa4892353
commit
6ee05611a1
@ -374,7 +374,7 @@ kind: TokenCredentialRequest
|
|||||||
spec:
|
spec:
|
||||||
token: <cluster-scoped ID token value>
|
token: <cluster-scoped ID token value>
|
||||||
authenticator:
|
authenticator:
|
||||||
apiGroup: authentication.concierge.pinniped.dev/v1alpha1
|
apiGroup: authentication.concierge.pinniped.dev
|
||||||
kind: JWTAuthenticator
|
kind: JWTAuthenticator
|
||||||
name: <the metadata.name of the JWTAuthenticator to be used>
|
name: <the metadata.name of the JWTAuthenticator to be used>
|
||||||
```
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user