Files
teleport/api/proto/README.md
T
Bartosz Leper 800e79b113 Add an audit event for creating provisioning tokens (#28769)
* Add a provision token creation event on the backend

* Support provision token creation audit event on frontend

* Modify the deprecated GenerateToken function

Also:
* Add some missing tests.
* Add error logging in emitTokenEvent().
* Fix lint errors.

* Fix import order

* Address review comments

* Fix final review comments, add docs

* Fix the broken test

* Revert "Fix the broken test"

This reverts commit e1b8d2e640.

* Properly fix emitting duplicated events
2023-07-11 12:21:26 +00:00

224 B

Teleport API Protocol Buffers

This folder contains Teleport API data structures and RPC declarations. Each time you modify any of the .proto files, you need to run make grpc to rebuild the autogenerated source files.