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
See gravitational/docs-website#95
The docs engine currently unwraps them, meaning that they are no-op
components. Remove these so we can delete the Figure-unwrapping code.
Once you get the value for the external IP (it may take a few minutes for this field to be populated), update your DNS record such that the clusterName's A record points to this IP address. For example `192.168.200.200` is the external IP in the above case.
Now we create a Teleport user by executing the `tctl` command with `kubectl`.
@@ -148,9 +145,8 @@ NOTE: Make sure tele.example.com:443 points at a Teleport proxy which users can
148
145
</Tabs>
149
146
150
147
Copy the link shown after executing the above command and open the link in a web browser to complete the user registration process (the link is `https://tele.example.com:443/web/invite/<invite-token>` in the above case).
151
-
<Figurealign="left"borderedcaption="Set up user">
152
-

153
-
</Figure>
148
+
149
+

154
150
155
151
After you complete the registration process by setting up a password and enrolling in multi-factor authentication, you will be logged in to Teleport Web UI.
Voila! User **tadmin** was able to list the pods in their DigitalOcean Kubernetes cluster.
264
258
265
259
Teleport keeps an audit log of access to a Kubernetes cluster. In the screenshot below, the Teleport audit log shows that the user **tadmin** has logged into the cluster.
Copy file name to clipboardexpand all lines: docs/pages/admin-guides/teleport-policy/integrations/entra-id.mdx
-8
Original file line number
Diff line number
Diff line change
@@ -110,24 +110,18 @@ navigate to the "Access Management" tab, and choose "Enroll New Integration", th
110
110
111
111
In the onboarding wizard, choose a Teleport user that will be assigned as the default owner of Access Lists that are created for your Entra groups, and click "Next".
112
112
113
-
<Figurewidth="600">
114
113

115
-
</Figure>
116
114
117
115
### Grant permissions in Azure and finish onboarding
118
116
119
117
The wizard will now provide you with a script that will set up the necessary permissions in Azure.
120
118
121
-
<Figurewidth="600">
122
119

123
-
</Figure>
124
120
125
121
Open Azure Cloud Shell by navigating to <ahref="https://shell.azure.com">shell.azure.com</a>,
126
122
or by clicking the Cloud Shell icon in the Azure Portal.
127
123
128
-
<Figurewidth="600">
129
124

130
-
</Figure>
131
125
132
126
Make sure to use the Bash version of Cloud Shell.
133
127
Once a Cloud Shell instance opens, paste the generated command.
@@ -141,9 +135,7 @@ it prints out the data required to finish the integration onboarding.
141
135
142
136
Back in the Teleport Web UI, fill out the required data and click "Finish".
143
137
144
-
<Figurewidth="600">
145
138

0 commit comments