ContainerImage.Pinniped/deploy/supervisor
Monis Khan 1e1789f6d1
Allow configuration of supervisor endpoints
This change allows configuration of the http and https listeners
used by the supervisor.

TCP (IPv4 and IPv6 with any interface and port) and Unix domain
socket based listeners are supported.  Listeners may also be
disabled.

Binding the http listener to TCP addresses other than 127.0.0.1 or
::1 is deprecated.

The deployment now uses https health checks.  The supervisor is
always able to complete a TLS connection with the use of a bootstrap
certificate that is signed by an in-memory certificate authority.

To support sidecar containers used by service meshes, Unix domain
socket based listeners include ACLs that allow writes to the socket
file from any runAsUser specified in the pod's containers.

Signed-off-by: Monis Khan <mok@vmware.com>
2022-01-18 17:43:45 -05:00
..
README.md Restructure docs into new layout. 2021-02-23 11:11:07 -06:00
config.supervisor.pinniped.dev_federationdomains.yaml Update the AdditionalPrinterColumns of the CRDs, and add a test for it 2021-09-20 12:47:39 -07:00
deployment.yaml Allow configuration of supervisor endpoints 2022-01-18 17:43:45 -05:00
helpers.lib.yaml Allow configuration of supervisor endpoints 2022-01-18 17:43:45 -05:00
idp.supervisor.pinniped.dev_activedirectoryidentityproviders.yaml Change some comments on API docs, fix lint error by ignoring it 2021-08-26 16:55:43 -07:00
idp.supervisor.pinniped.dev_ldapidentityproviders.yaml Default `groupSearch.attributes.groupName` to "dn" instead of "cn" 2021-05-28 13:27:11 -07:00
idp.supervisor.pinniped.dev_oidcidentityproviders.yaml Lots of small updates based on PR feedback 2021-10-20 15:53:25 -07:00
rbac.yaml Merge branch 'main' of github.com:vmware-tanzu/pinniped into active-directory-identity-provider 2021-08-24 12:19:29 -07:00
service.yaml prevent kapp from altering the selector of our services 2021-09-15 16:08:49 -04:00
values.yaml Allow configuration of supervisor endpoints 2022-01-18 17:43:45 -05:00
z0_crd_overlay.yaml Custom API Group overlay for AD 2021-07-23 13:01:40 -07:00

README.md

Pinniped Supervisor Deployment

See the how-to guide for details.