You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backports #58248
* Consolidate Reference docs section contents
Closes#56206
Reduce the number of first-level children in the Reference section of
the docs from 23 to 9, not counting the index page available at
`/docs/reference/`. This makes the Reference section easier to navigate,
since a user can more readily form a mental model of the content
available in the section with fewer items and a more thematic
organization.
- Add a section for deployment references, consolidating reference
guides for configuring and architecting a Teleport deployment.
- Move the Predicate Language and User Types references into the Access
Controls section of References.
- Add a section for API reference guides, consolidating the Terraform,
MWI Terraform, and Operator sections.
- Move Cloud FAQ to Quick Links. This places the guide next to the main
FAQ in the sidebar to make it more discoverable, since the guide is
currently rather hidden. This also helps pave the way to merge the two
FAQs in the future.
* Add an MWI reference section
The MWI Terraform module reference does not belong with reference guides
for API clients. Add a section to the reference guide for Machine &
Workload Identity.
* Rename "API" to "Infrastructure as Code"
Teleport users expect tctl, Operator, and Terraform Provider docs to be
in an Infrastructure as Code reference section, rather than the more
vague "API" section.
Responds to **ravicious** feedback.
### How can I find version information on connected agents?
183
183
@@ -239,7 +239,7 @@ than through a port allocated to that service.
239
239
In this case, you can see that TLS routing is enabled, and that the Proxy
240
240
Service's public web address (`ssh.public_addr`) is `example.teleport.sh:443`.
241
241
242
-
Read more in our [TLS Routing](architecture/tls-routing.mdx) guide.
242
+
Read more in our [TLS Routing](reference/architecture/tls-routing.mdx) guide.
243
243
244
244
### How does Teleport manage web certificates? Can I upload my own?
245
245
@@ -250,7 +250,7 @@ certificate or use a custom domain name.
250
250
### Where does Teleport Enterprise Cloud run?
251
251
252
252
Teleport Cloud runs on Amazon Web Services (AWS). We run proxies in a variety
253
-
of regions all over the world, and allow customers to [select the region](architecture/teleport-cloud-architecture.mdx) where the data is stored.
253
+
of regions all over the world, and allow customers to [select the region](reference/architecture/teleport-cloud-architecture.mdx) where the data is stored.
254
254
255
255
### Are you using AWS-managed encryption keys, or CMKs via KMS?
256
256
@@ -260,7 +260,7 @@ We use AWS-managed keys. Currently there is no option to provide your own key.
260
260
261
261
It's a Teleport-managed S3 bucket with AWS-managed keys by default.
262
262
263
-
Configuring [External Audit Storage](../zero-trust-access/management/external-audit-storage.mdx) will allow
263
+
Configuring [External Audit Storage](zero-trust-access/management/external-audit-storage.mdx) will allow
264
264
you to use your own S3 bucket.
265
265
266
266
### Is IPv6 Supported for connections to Teleport Enterprise Cloud?
@@ -315,7 +315,7 @@ When you sign up for a Teleport Enterprise (Cloud) account and set up your first
315
315
user within the account, the Teleport Web UI displays a set of recovery codes:
316
316
317
317

318
+
codes](../img/cloud/recovery-codes.png)
319
319
320
320
Save the recovery codes into a safe location, such as your organization's
321
321
password manager. You can use these codes to reset your account if you lose
0 commit comments