Merge remote-tracking branch 'upstream/main' into secret-generation

This commit is contained in:
Andrew Keesler
2020-12-16 15:40:34 -05:00
17 changed files with 100 additions and 49 deletions

View File

@@ -86,7 +86,7 @@ spec:
description: SecretName contains the name of a namespace-local
Secret object that provides the clientID and clientSecret for
an OIDC client. If only the SecretName is specified in an OIDCClient
struct, then it is expected that the Secret is of type "secrets.pinniped.dev/oidc"
struct, then it is expected that the Secret is of type "secrets.pinniped.dev/oidc-client"
with keys "clientID" and "clientSecret".
type: string
required: