Skip to content

Commit

Permalink
Add a guide to using the API for auto-discovery (#22817)
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 29, 2023
1 parent 9900bc9 commit ff9bedb
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 @@ -1211,7 +1211,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 ff9bedb

Please sign in to comment.