linkerd2/web
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
..
app Adding text wrap to expanded Tap request 2019-03-18 17:27:22 -07:00
srv Add "Community" menu item to dashboard that displays linkerd.io content (#2476) 2019-03-14 09:55:09 -07:00
templates Remove single namespace functionality (#2474) 2019-03-12 00:17:22 -07:00
Dockerfile Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
main.go Remove single namespace functionality (#2474) 2019-03-12 00:17:22 -07:00