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
@@ -55,24 +55,18 @@ navigate to the "Access Management" tab, and choose "Enroll New Integration", th
55
55
56
56
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".
57
57
58
-
<Figurewidth="600">
59
58

60
-
</Figure>
61
59
62
60
## Step 2/3. Grant permissions in Azure and finish onboarding
63
61
64
62
The wizard will now provide you with a script that will set up the necessary permissions in Azure.
65
63
66
-
<Figurewidth="600">
67
64

68
-
</Figure>
69
65
70
66
Open Azure Cloud Shell by navigating to <ahref="https://shell.azure.com">shell.azure.com</a>,
71
67
or by clicking the Cloud Shell icon in the Azure Portal.
72
68
73
-
<Figurewidth="600">
74
69

75
-
</Figure>
76
70
77
71
Make sure to use the Bash version of Cloud Shell.
78
72
Once a Cloud Shell instance opens, paste the generated command.
@@ -86,9 +80,7 @@ it prints out the data required to finish the integration onboarding.
86
80
87
81
Back in the Teleport Web UI, fill out the required data and click "Finish".
88
82
89
-
<Figurewidth="600">
90
83

91
-
</Figure>
92
84
93
85
## Step 3/3. Analyze Entra ID directory in Teleport Access Graph
0 commit comments