teleport/examples/api-sync-roles
Paul Gottschling 54c7bc82fd
Fix example API client imports (#24359)
This is the result of `make fix-imports`.
2023-04-11 13:20:31 +00:00
..
go.mod Bump github.com/crewjam/saml in /examples/api-sync-roles (#23942) 2023-04-03 15:43:33 +00:00
go.sum Bump github.com/crewjam/saml in /examples/api-sync-roles (#23942) 2023-04-03 15:43:33 +00:00
main.go Fix example API client imports (#24359) 2023-04-11 13:20:31 +00:00
README.md Add a guide to creating Teleport roles via the API (#23204) 2023-03-31 22:36:00 +00:00

Minimal API Client for Generating Roles

This is a minimal working example of a Teleport API client that generates Teleport roles based on an external RBAC system, in this case, a Kubernetes cluster. To use it, follow the setup steps in the Teleport documentation.