Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructions for building a custom Access Request plugin #22227

Closed
ptgott opened this issue Feb 24, 2023 · 1 comment · Fixed by #22441
Closed

Add instructions for building a custom Access Request plugin #22227

ptgott opened this issue Feb 24, 2023 · 1 comment · Fixed by #22441
Assignees

Comments

@ptgott
Copy link
Contributor

ptgott commented Feb 24, 2023

Applies To

docs/pages/api/*

Details

See #19716

Building Access Request plugins is a popular use case for our API. Let's add a how-to guide that walks a user through how to write their own Access Request plugin, sending Access Request notifications to a generic HTTP REST/JSON API endpoint.

Related Issues

@hugoShaka
Copy link
Contributor

I don't know how much we want to give a minimal example project or a full-featured plugin, but we started to deduplicate the logic of access request plugins. The discord and slack plugin are using the same common base.

This common base was not initially designed for quick external reuse. However some/most parts should be adaptable with little effort and provide useful abstractions to build a teleport plugin.

ptgott added a commit that referenced this issue Mar 2, 2023
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.
ptgott added a commit that referenced this issue Mar 7, 2023
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.
ptgott added a commit that referenced this issue Mar 14, 2023
* 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
github-actions bot pushed a commit that referenced this issue Mar 14, 2023
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.
github-actions bot pushed a commit that referenced this issue Mar 14, 2023
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.
github-actions bot pushed a commit that referenced this issue Mar 14, 2023
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.
ptgott added a commit that referenced this issue Mar 14, 2023
* 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
ptgott added a commit that referenced this issue Mar 14, 2023
* 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
ptgott added a commit that referenced this issue Mar 15, 2023
* Add a guide to writing an Access Request plugin (#22441)

* 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

* spell fixes plugin api docs (#23068)

---------

Co-authored-by: Steven Martin <steven@goteleport.com>
ptgott added a commit that referenced this issue Mar 15, 2023
* Add a guide to writing an Access Request plugin (#22441)

* 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

* spell fixes plugin api docs (#23068)

---------

Co-authored-by: Steven Martin <steven@goteleport.com>
ptgott added a commit that referenced this issue Mar 16, 2023
* 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
ptgott added a commit that referenced this issue Mar 16, 2023
* Add a guide to writing an Access Request plugin (#22441)

* 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

* spell fixes plugin api docs (#23068)

* Linter fixes

---------

Co-authored-by: Steven Martin <steven@goteleport.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants