Public-client config: optional clientSecretRef (CRD + registry) #38
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lab/authz-bridge!38
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "t32-public-client"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #32
Make
OauthClient.spec.clientSecretRefoptional. Its absence declares a Public client (no client secret): the Registry builds such an App as Available withSecretReadytrivially true, and the structural gate relaxes so a client is valid with or without a well-formed secret ref. A present-but-malformed ref (non-nil, empty name) still degrades toInvalidSecretRef. Confidential clients are unchanged; an exchange-only App can now omit the secret it never uses.Shared.PublicClientflag; the snapshot forcesSecretReady=truefor public clients and the mirror skips the secret watch for them.make manifests generate+make lint+make testgreen.Part of the public-client + trio effort (spec #31).