mirror of
https://github.com/gravitational/teleport.git
synced 2026-09-19 11:00:37 +08:00
* docs: add reference for workload-cluster * docs: add workload clusters guide * fix(docs): add words to ignore * feat(build.assets): use resource-ref-generator * fix(docs): clarify replacing account and arn * docs(zta/wc): add How it works and clarify child cluster * docs(zta/wc): make feature availability callout a warning * docs(zta/wc): move IAM callout to paragraph * docs(zta/wc): indent snippets * docs(zta/wc): split up Go example * docs(zta/wc): update example ARN to use assumed-role * docs(refs/wc): update example to use assumed-role * fix typo Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com> * docs(zta/wc): fix snippet indent * docs(zta/wc): move wc Go to examples dir * fix(examples/wc): uppercase log messages * refactor(examples/wc): rename to timeoutCtx * fix(examples/wc): log os.RemoveAll error * fix(examples/wc): use fmt.Printf instead for actual output * refactor(examples/wc): move replaceable values to vars block * refactor(examples/wc): use ticker instead of timer * docs(zta/wc): reword example usage * fix(docs/wc): update example name * fix(docs/zta/wc): fix cd command * docs(zta/wc): clarify address * fix(examples/wc): add license header * refactor(examples/wc): move wc name to a var * fix(api/proto/wc): improve godoc for bot.name * docs(zta/wc): use company-organization as name * fix(examples/wc): use deffered func to delete wc * refactor(examples/wc): use consistent import naming * refactor(examples/wc): avoid panics * fix(examples/wc): fix log message --------- Co-authored-by: Paul Gottschling <paul.gottschling@goteleport.com>
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.