-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Edit three guides for Cloud users (#11362)
Backports #11115 See #10633 Terraform Provider guide - Add tabbed prerequisites so users only see information relevant to their scopes. - Add the impersonation section as an H3 rather than an Admonition. If users are learning how to use our Terraform provider, they likely will not have enabled impersonation for the Terraform user, and would always need to read the Admonition, so this would work better as an H3. - Add a scoped Notice indicating which address to use for the cluster address in the sample Terraform config. Fluentd plugin guide - Add tabbed instructions for users of different scopes. - Move the impersonation Admonition to an H3 so readers can configure impersonation without running into an error. - Misc clarity/style edits. Certificate Authority Rotation - Add tabbed prerequisites so users of one scope don't see information intended for other scopes.
- Loading branch information
Showing
6 changed files
with
478 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,8 @@ scopeOnly={true} | |
opened={true} | ||
> | ||
|
||
To connect to Teleport, log in to your cluster using `tsh`, then use `tctl` remotely: | ||
To connect to Teleport, log in to your cluster using `tsh`, then use `tctl` | ||
remotely: | ||
|
||
```code | ||
$ tsh login --proxy=myinstance.teleport.sh [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.