linkerd2/cni-plugin
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
..
deployment add preStop and change sleep command; update yaml spacing (#2441) 2019-03-06 10:57:04 -08:00
test lint: Enable goconst (#2365) 2019-02-25 12:00:03 -08:00
Dockerfile Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
main.go Enable `unused` linter (#2357) 2019-02-23 11:05:39 -08:00