From ab2eb28c89d4320c59c594d8766533b9fa34d235 Mon Sep 17 00:00:00 2001 From: Steven Martin Date: Tue, 1 Oct 2024 10:24:56 -0400 Subject: [PATCH] docs: update api user --- docs/pages/admin-guides/api/getting-started.mdx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/pages/admin-guides/api/getting-started.mdx b/docs/pages/admin-guides/api/getting-started.mdx index 833cf2752d5a6..4f9287fc5e14e 100644 --- a/docs/pages/admin-guides/api/getting-started.mdx +++ b/docs/pages/admin-guides/api/getting-started.mdx @@ -31,9 +31,7 @@ Here are the steps we'll walkthrough: Create a user `api-admin` with the built-in role `editor`: ```code -# Run this directly on your Auth Server unless you are using Teleport Cloud -# Add a user and login via the Proxy Service -$ sudo tctl users add api-admin --roles=editor +$ tctl users add api-admin --roles=editor ``` ## Step 2/3. Generate client credentials