teleport/docs
Paul Gottschling e9f76c7c4c
Add a guide to creating Teleport roles via the API (#23204)
* Add a guide to creating Teleport roles via the API

See #19716

This guide uses a small demo application to show how to create Teleport
roles based on an external RBAC system. The demo revolves around a local
`minikube` cluster. I chose this approach because Teleport works well
with Kubernetes RBAC, and Kubernetes RBAC resources are pretty
straightforward to set up locally.

* Based the guide on a program in the examples dir

* Respond to zmb3 PR feedback

* Run make fix-license

* Respond to PR feedback

* Respond to alexfornuto feedback
2023-03-31 22:36:00 +00:00
..
img Docs: Overhaul Okta SAML guide. (#23053) 2023-03-24 16:50:35 +00:00
pages Add a guide to creating Teleport roles via the API (#23204) 2023-03-31 22:36:00 +00:00
config.json Add a guide to creating Teleport roles via the API (#23204) 2023-03-31 22:36:00 +00:00
postrelease.md Fixed incorrect container image branch version numbers (#20585) 2023-01-24 02:08:36 +00:00
preflight.md Replace quay.io with amazon ECR where appropriate (#15382) 2022-08-19 10:24:15 -05:00
prerelease.md Add post-release checklist (#4620) 2020-10-22 16:45:38 -03:00
README.md docs/README: Update link to repo (#14455) 2022-07-15 07:13:17 +00:00

Teleport Docs

Teleport docs are built using Next.js. Please see the README in the docs repo for details on how to make and test changes to Teleport docs.

Run make -C build.assets test-docs from the root directory of this repo.