linkerd2/pkg/tls
Oliver Gould 0626fa374a
install: Introduce the Identity controller (#2526)
https://github.com/linkerd/linkerd2/pull/2521 introduces an "Identity"
controller, but there is no way to include it in linkerd installation.

This change alters the `install` flow as follows:
- An Identity service is _always_ installed;
- Issuer credentials may be specified via the CLI;
- If no Issuer credentials are provided, they are generated each time `install` is called.
- Proxies are NOT configured to use the identity service.
- It's possible to override the credential generation logic---especially
  for tests---via install options that can be configured via the CLI.
2019-03-19 17:04:11 -07:00
..
ca.go Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
codec.go install: Introduce the Identity controller (#2526) 2019-03-19 17:04:11 -07:00
cred.go Introduce the Identity controller implementation (#2521) 2019-03-19 13:58:45 -07:00
cred_test.go Enable gosimple linter, fix issues (#2356) 2019-02-22 17:19:07 -08:00