ContainerImage.Pinniped/apis
Monis Khan 59d67322d3
Static validation for OIDC clients
The following validation is enforced:

1. Names must start with client.oauth.pinniped.dev-
2. Redirect URIs must start with https://
   or http://127.0.0.1
   or http://::1
3. All spec lists must not have duplicates

Added an integration test to assert all static validations.

Signed-off-by: Monis Khan <mok@vmware.com>
2022-06-15 15:09:40 -04:00
..
concierge Add generated code for Kube 1.21, 1.22, and 1.23 2022-02-28 17:58:48 -08:00
supervisor Static validation for OIDC clients 2022-06-15 15:09:40 -04:00
README.md Add some generated API documentation. (#81) 2020-08-31 11:27:39 -05:00

API Generation Templates

This directory contains a template for generating our Kubernetes API code across several Kubernetes versions.

See the ./generated directory for the rendered output.