-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit the Machine ID getting started guide #12868
Conversation
9db0af4
to
39440cd
Compare
@@ -4,24 +4,25 @@ description: Getting started with Teleport Machine ID | |||
--- | |||
|
|||
In this getting started guide, you will use Machine ID to create a bot user for | |||
a machine and use that identity to connect to said machine. | |||
a machine, then use that identity to connect to the machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is technically inaccurate.
The machine you are connecting to is a "host". The identity machine ID is issuing is for a [bot] "user" to connect to said host.
In other words, the identity you create and the machine you connect to are separate. This wording makes them sound the same.
2. Create a bot user | ||
3. Start Machine ID | ||
4. Use certificates issued by Machine ID to connect to a remote machine | ||
1. Download and install Teleport (=teleport.version=) on the host that will run |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we say tbot
instead of "Teleport" here?
@@ -157,8 +161,27 @@ the foreground to better understand how it works. | |||
--ca-pin=sha256:1111111111111111111111111111111111111111111111111111111111111111 \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Don't we have some sort of variable we can use for tokens and CA pins in the docs?
39440cd
to
8180cf5
Compare
8180cf5
to
7167577
Compare
7167577
to
ee92be0
Compare
Fixes #11806 - Add more scope-specific information to the Prerequisites section - Add the tctl.mdx partial to make it clearer for each scope how to connect to the cluster to run tctl commands. - Add the Cloud tenant address to the "tbot start" example command for Cloud users.
ee92be0
to
636cdc5
Compare
Fixes #11806
connect to the cluster to run tctl commands.
Cloud users.