Files
rosstimothy 4f17314a11 Initial migration to the Opaque API (#67279)
* Convert existing non-gogo codegen to the Hybrid API

Contributes to https://github.com/gravitational/teleport/issues/66776.

All existing protos explicitly set to API_OPEN have been change to
API_HBYRID. The new codegen was performed via make grpc. There are no
other functional changes to the code to start consuming the Hybrid API
those will come later. The intent is to get all Hybrid codegen in and
backported to ease the transition.

* Initial migration to the Opaque API

Contributes to https://github.com/gravitational/teleport/issues/66776.

All of the changes here are mechanical conversions generated from
`open2opaque rewrite -levels=green ./...`. There will be a follow up
to this in teleport.e which does the same. Once all changes have been
merged the process will be repeated with -levels=yellow followed by
-levels=red.


See https://protobuf.dev/reference/go/opaque-migration/ for more
details.
2026-06-05 14:52:58 +00:00
..
2025-06-18 17:39:13 +00:00
2025-06-18 17:39:13 +00:00
2025-06-18 17:39:13 +00:00

Teleport email access request plugin

The Teleport Access API provides a simple email access request plugin that sends email notifications to specified email addresses or distribution lists when an access request is created. You can find the Teleport Access API in the main Teleport repository and the code of the email access request plugin in github.com/gravitational/teleport/integrations/access/email.

If you have a self-hosted Teleport deployment, you can find information for configuring this access request plugin in Teleport Access Requests with Email.