ContainerImage.Pinniped/apis
Ryan Richard fec3d92f26 Add integration test for upstreamldap.Provider
- The unit tests for upstreamldap.Provider need to mock the LDAP server,
  so add an integration test which allows us to get fast feedback for
  this code against a real LDAP server.
- Automatically wrap the user search filter in parenthesis if it is not
  already wrapped in parens.
- More special handling for using "dn" as the username or UID attribute
  name.
- Also added some more comments to types_ldapidentityprovider.go.tmpl
2021-04-13 15:23:14 -07:00
..
concierge Fix a copy-paste typo in the ImpersonationProxyInfo JSON field name. 2021-03-12 13:24:05 -06:00
supervisor Add integration test for upstreamldap.Provider 2021-04-13 15:23:14 -07:00
README.md Add some generated API documentation. (#81) 2020-08-31 11:27:39 -05:00

README.md

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.