teleport/api/proto
Trent Clarke 033e938031
Adds user sync flag to the Okta plugin settings (#33140)
* Up-revs the Okta plugin settings version

Adds a version field to the OktaPlugin settings and updates the associated
protocol files and tests. This is in preparation for adding new behaviour
to the Okta plugin, and will allow Teleport to determine if a plugin
installation was created by the current version of Teleport (and should
get the new behaviour), or an old version (which will get no surprising
behavioural changes)

changing the behaviour of the Okta plugin depending
if the plugin is created from a current or old version of Teleport.

* revert structure up-rev

* Fix spelling

* Revert to simple flag

* Test tidyup

* Update api/types/plugin_test.go

Co-authored-by: Forrest <30576607+fspmarshall@users.noreply.github.com>

---------

Co-authored-by: Forrest <30576607+fspmarshall@users.noreply.github.com>
2023-10-19 10:41:42 +00:00
..
teleport Adds user sync flag to the Okta plugin settings (#33140) 2023-10-19 10:41:42 +00:00
buf-legacy.yaml Add comment and import cycle proto linters (#16082) 2022-09-02 13:31:45 +00:00
buf.lock Add Device Trust protobuf definitions (#17302) 2022-10-11 22:21:38 +00:00
buf.yaml Support non-gogo objects for auth service events. (#29056) 2023-07-17 15:32:03 +00:00
README.md Add an audit event for creating provisioning tokens (#28769) 2023-07-11 12:21:26 +00:00

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.