teleport/lib/service
Brian Joerger 4c0a6ff5b1
tsh PIV login integration (#15335)
* Add Yubikey PrivateKey implementation for use by Teleport clients.

  - Add yubikey login logic, reusing previously stored private keys.

  - Fix identity file decoding with PIV keys, which sign ecdsa certificates.

  - Add libpcsclite-dev pre-req for building on linux.

  - Remove unnecessary keys.Signer interface and move its functionality to keys.PrivateKey.

  - Move retry and jitter utils to new api/utils/retryutils package.
2022-09-23 19:44:10 +00:00
..
acme.go Introduce app server and app resources (#8140) 2021-09-09 14:19:02 -07:00
cfg.go Adds kube_cluster watcher for kubernetes service (#16281) 2022-09-23 17:07:13 +00:00
cfg_test.go Remove RestartThreshold and related constants (#13722) 2022-06-23 16:59:09 +00:00
connect.go tsh PIV login integration (#15335) 2022-09-23 19:44:10 +00:00
db.go Azure mysql postgres auto discovery configuration (#15629) 2022-08-19 19:31:38 +00:00
db_test.go Update golangci-lint to 1.49.0 (#16507) 2022-09-19 22:38:59 +00:00
desktop.go Refactor Supervisor.WaitForEvent (#14940) 2022-07-28 13:34:27 +00:00
discovery.go Introduce discovery_service and automatically run an SSM Document on discovered EC2 nodes (#14094) 2022-09-21 12:23:06 +00:00
info.go Better signal handling and pools for gzip. 2018-02-19 10:57:26 -08:00
kubernetes.go Adds kube_cluster watcher for kubernetes service (#16281) 2022-09-23 17:07:13 +00:00
listeners.go Remove centralised port allocation for tests (#13658) 2022-07-20 12:04:54 +10:00
proxy_settings.go Implement proxy templates (#12848) 2022-06-07 00:06:52 +00:00
service.go Clean up old cache directory (#16622) 2022-09-22 19:27:43 +00:00
service_test.go Update golangci-lint to 1.49.0 (#16507) 2022-09-19 22:38:59 +00:00
signals.go Refactor Supervisor.WaitForEvent (#14940) 2022-07-28 13:34:27 +00:00
state.go Move prometheus collectors from utils to metrics (#15288) 2022-08-09 17:35:19 +00:00
state_test.go Revert readyz changes (#12244) 2022-04-26 22:16:55 +00:00
supervisor.go Refactor Supervisor.WaitForEvent (#14940) 2022-07-28 13:34:27 +00:00