Skip to content

Commit

Permalink
Add a guide to writing an Access Request plugin (#22441)
Browse files Browse the repository at this point in the history
* Add a guide to writing an Access Request plugin

Closes #22227

This guide uses a minimal working example of an Access Request plugin to
demonstrate some of the key libraries that Teleport makes available to
plugin developers. The guide is based on a 270-line plugin that manages
Access Requests using Google Sheets.

* Respond to hugoShaka feedback

* Respond to zmb3 feedback

* Add some minor tweaks

- Update the line of code count in the demo program
- Mention Machine ID

* Respond to alexfornuto PR feedback
  • Loading branch information
ptgott committed Mar 14, 2023
1 parent b9e30c0 commit 222804d
Show file tree
Hide file tree
Showing 5 changed files with 776 additions and 25 deletions.
4 changes: 4 additions & 0 deletions docs/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1100,6 +1100,10 @@
{
"title": "Architecture",
"slug": "/api/architecture/"
},
{
"title": "How to Build an Access Request Plugin",
"slug": "/api/access-plugin/"
}
]
},
Expand Down
Binary file added docs/img/api/google-sheets.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 222804d

Please sign in to comment.