Forrest
Forrest
Backport of https://github.com/gravitational/teleport/pull/14947
Adds a a basic GitHub releases scraper. Will be used as part of future work with version notifications. Note: some of the things in here are basically placeholders (e.g. we'll...
Backport #38163 to branch/v15
Updates docs to include missing dynamo permission that is required for `AtomicWrite` based backend operations.
As it stands, configuration must be applied as a generic type parameter (e.g. `SerHex::`). All possible combinations are represented as individual unit structs in the `config` module. This is going...
NOTE: still needs more test-coverage, that will be incoming. ### Problem Summary Historically, it has been possible to set up an agent with multiple separate system roles by mixing and...
This PR aims to reduce excess CPU/memory usage caused by large numbers of concurrent loads of certain cluster configuration resources. Most notably, values such as auth preference that are loaded...
Now that we support user-created cluster alerts, we should support alert deletion (e.g. `tctl alert rm `). Teleport deletes its own alerts automatically when they are no longer needed, but...