mirror of
https://github.com/gravitational/teleport.git
synced 2026-08-29 05:27:37 +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 Microsoft Teams access request plugin
The Teleport Access API provides a Microsoft Teams access request plugin that sends a message to users on Microsoft Teams when an access request is created.
You can find the Teleport Access API in the main Teleport repository and
code of the MSTeams access request plugin
in github.com/gravitational/teleport/integrations/access/msteams.
If you have a self-hosted Teleport deployment, you can find information for configuring this access request plugin in Access Requests with Microsoft Teams.