linkerd2/proxy-init
Oliver Gould 790c13b3b2
Introduce the Identity controller implementation (#2521)
This change introduces a new Identity service implementation for the
`io.linkerd.proxy.identity.Identity` gRPC service.

The `pkg/identity` contains a core, abstract implementation of the service
(generic over both the CA and (Kubernetes) Validator interfaces).

`controller/identity` includes a concrete implementation that uses the
Kubernetes TokenReview API to validate serviceaccount tokens when
issuing certificates.

This change does **NOT** alter installation or runtime to include the
identity service. This will be included in a follow-up.
2019-03-19 13:58:45 -07:00
..
cmd WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00
integration_test Bump base Docker images (#2241) 2019-02-22 15:59:18 -08:00
iptables WIP: CNI Plugin (#2071) 2019-01-30 11:51:34 -08:00
Dockerfile Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
main.go Send non-zero status code when proxy-init command fails (#2064) 2019-01-10 15:48:42 -08:00