Skip to content

Commit 3937cca

Browse files
committed
tweak tooltip wording
1 parent f748932 commit 3937cca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

site/src/modules/provisioners/ProvisionerGroup.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -426,8 +426,11 @@ const UserAuthProvisionerTitle: FC = () => {
426426
<HelpTooltipContent>
427427
<HelpTooltipTitle>User-authenticated provisioners</HelpTooltipTitle>
428428
<HelpTooltipText>
429-
These provisioners all use user session authentication. User
430-
provisioners can be scoped to the user or organization.{" "}
429+
These provisioners are connected by users using the{" "}
430+
<code>coder</code> CLI, and are authorized by the users
431+
credentials. They can be tagged to only run provisioner jobs for
432+
that user. User-authenticated provisioners are only available for
433+
the default organization.{" "}
431434
<Link href={docs("/")}>Learn more&hellip;</Link>
432435
</HelpTooltipText>
433436
</HelpTooltipContent>

0 commit comments

Comments
 (0)