Skip to content

Commit

Permalink
Backport #22817 to branch/v11 (#23882)
Browse files Browse the repository at this point in the history
* Add a guide to using the API for auto-discovery

See #19716

Adding resources is a popular use of Teleport's API, so I have added a
guide to using the API for syncing resources to a service discovery API
using an example of a local Docker setup.

* Respond to zmb3 feedback

* Use the examples directory for the code

This way, users can have a compilable example before they start working
through the guide.

* Respond to alexfornuto feedback

* Respond to PR feedback

* Run make fix-license
  • Loading branch information
ptgott authored Mar 31, 2023
1 parent fabbf1a commit 8bc2fb8
Show file tree
Hide file tree
Showing 7 changed files with 1,942 additions and 14 deletions.
6 changes: 5 additions & 1 deletion docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1112,7 +1112,11 @@
{
"title": "How to Build an Access Request Plugin",
"slug": "/api/access-plugin/"
}
},
{
"title": "Automatically Register Teleport Agents",
"slug": "/api/automatically-register-agents/"
}
]
},
{
Expand Down
Loading

0 comments on commit 8bc2fb8

Please sign in to comment.