ContainerImage.Pinniped/hack
Ryan Richard 8b7c30cfbd Supervisor listens for HTTPS on port 443 with configurable TLS certs
- TLS certificates can be configured on the OIDCProviderConfig using
  the `secretName` field.
- When listening for incoming TLS connections, choose the TLS cert
  based on the SNI hostname of the incoming request.
- Because SNI hostname information on incoming requests does not include
  the port number of the request, we add a validation that
  OIDCProviderConfigs where the issuer hostnames (not including port
  number) are the same must use the same `secretName`.
- Note that this approach does not yet support requests made to an
  IP address instead of a hostname. Also note that `localhost` is
  considered a hostname by SNI.
- Add port 443 as a container port to the pod spec.
- A new controller watches for TLS secrets and caches them in memory.
  That same in-memory cache is used while servicing incoming connections
  on the TLS port.
- Make it easy to configure both port 443 and/or port 80 for various
  Service types using our ytt templates for the supervisor.
- When deploying to kind, add another nodeport and forward it to the
  host on another port to expose our new HTTPS supervisor port to the
  host.
2020-10-26 17:03:26 -07:00
..
lib Supervisor listens for HTTPS on port 443 with configurable TLS certs 2020-10-26 17:03:26 -07:00
boilerplate.go.txt Save 2 lines by using inline-style comments for Copyright 2020-09-16 10:35:19 -04:00
get-ldflags.sh Update copyright to reference Pinniped contributors 2020-09-16 10:05:51 -04:00
header.txt Fix copyright format in hack/header.txt 2020-09-16 10:42:26 -04:00
kind-down.sh Make tilt work with the supervisor app and add more uninstall testing 2020-10-09 14:25:34 -07:00
kind-up.sh Make tilt work with the supervisor app and add more uninstall testing 2020-10-09 14:25:34 -07:00
module.sh Remove -count 1 from unit test running in module.sh 2020-09-18 15:58:22 -07:00
prepare-for-integration-tests.sh Supervisor listens for HTTPS on port 443 with configurable TLS certs 2020-10-26 17:03:26 -07:00
tilt-down.sh Add Tilt-based local dev workflow. 2020-10-05 16:34:33 -05:00
tilt-up.sh hack/tilt-up.sh: let folks specify tilt flags 2020-10-14 09:22:21 -04:00
update.sh Move all three deployment dirs under a new top-level deploy/ dir 2020-10-09 10:00:22 -07:00
verify.sh Update copyright to reference Pinniped contributors 2020-09-16 10:05:51 -04:00