mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-01 16:03:55 +08:00
4f17314a11
* 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.
Teleport PagerDuty access request plugin
The Teleport Access API provides a PagerDuty access request plugin that allows you to treat Teleport resource and role access requests as PagerDuty incidents, send incident notifications to the appropriate teams, and approve or deny requests using a PagerDuty special action.
You can find the Teleport Access API in the main Teleport repository and the
PagerDuty access request plugin
in github.com/gravitational/teleport/integrations/access/pagerduty.
If you have a self-hosted Teleport deployment, you can find information for configuring this access request plugin Access Requests with PagerDuty.