teleport/lib/service
Andrew Lytvynov 4bc8011722
RBAC for kubernetes clusters (#4782)
* Add labels to KubernetesCluster resources

Plumb from config to the registered object, keep dynamic labels updated.

* Check kubernetes RBAC

Checks are in some CRUD operations on the auth server and in the
kubernetes forwarder (both proxy or kubernetes_service).
The logic is essentially copy-paste of the TAA version.
2020-11-11 22:58:33 +00:00
..
cfg.go Added Application Access. 2020-11-03 14:32:13 -08:00
cfg_test.go Add kubernetes_service to teleport.yaml (#4497) 2020-10-19 17:28:10 +00:00
connect.go Implement kubernetes_service registration and startup (#4611) 2020-10-30 17:19:53 +00:00
info.go Better signal handling and pools for gzip. 2018-02-19 10:57:26 -08:00
kubernetes.go RBAC for kubernetes clusters (#4782) 2020-11-11 22:58:33 +00:00
listeners.go Implement kubernetes_service registration and startup (#4611) 2020-10-30 17:19:53 +00:00
service.go Updated storage configuration to apply to events. 2020-11-10 16:40:08 -08:00
service_test.go Updated storage configuration to apply to events. 2020-11-10 16:40:08 -08:00
signals.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00
state.go Get teleport /readyz state from heartbeats instead of cert rotation 2020-09-14 23:55:35 +00:00
state_test.go RFD 1: user testify/require instead of testify/assert 2020-10-16 00:15:25 +00:00
supervisor.go Fixing golint warnings, batch 1 2020-10-13 00:22:49 +00:00