Paul Gottschling
Paul Gottschling
This change aims to make docs navigation easier by organizing some docs sections according to the sequence of steps a user would take to set up Teleport. The current docs...
Co-authored-by: Steven Martin Closes #8695 Closes #6438 **Note to reviewers:** This is currently based against #14577. I'll rebase this against `master` once that PR is merged.
Fixes #14577 Update the guide and make it easier to use: - Give this guide the structure of the Slack guide, adding stepped headings and a section on configuring Access...
- Fix a mismatch between archive names in the two commands within the "MacOS" tab in Step 1 - Fix the name of the identity file resulting from `tctl auth...
Backports #14450 Fixes #16317 * Make the Fluentd guide more usable Fix a mismatch between archive names in the two commands within the "MacOS" tab in Step 1 the accompanying...
There is currently [one integration test](https://github.com/gohugoio/hugo/blob/b4f27ef8e75a0a6f6ce693270f7ff3114ef4f59a/commands/server_test.go#L31) that makes assertions against a running Hugo server started via the `hugo server` (the other tests in `server_test.go` do not run `cmd.ExecuteC()`). This test...
- **Don't run vale linters on the changelog:** The changelog has different requirements than other docs pages. For example, we can publish releases after changing product language, meaning that language...
Closes #5044 Add an audit event generator and generate a partial containing a list of audit events. Background ---------- Teleport audit events have unique codes (e.g., `TDB01I`) as well as...
Closes #32387 Closes #38144 In the Installation page, the instructions for installing Teleport on Linux reuses the partial we use for how-to guides, `install-linux.mdx`. This is inappropriate for an installation...