Skip to content

feat: show user-auth provisioners #14883

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

Merged
merged 9 commits into from
Oct 1, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
tweak tooltip wording
  • Loading branch information
aslilac committed Oct 1, 2024
commit 3937cca046a09599c00c37186b59b0abc544bd4d
7 changes: 5 additions & 2 deletions site/src/modules/provisioners/ProvisionerGroup.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -426,8 +426,11 @@ const UserAuthProvisionerTitle: FC = () => {
<HelpTooltipContent>
<HelpTooltipTitle>User-authenticated provisioners</HelpTooltipTitle>
<HelpTooltipText>
These provisioners all use user session authentication. User
provisioners can be scoped to the user or organization.{" "}
These provisioners are connected by users using the{" "}
<code>coder</code> CLI, and are authorized by the users
credentials. They can be tagged to only run provisioner jobs for
that user. User-authenticated provisioners are only available for
the default organization.{" "}
<Link href={docs("/")}>Learn more&hellip;</Link>
</HelpTooltipText>
</HelpTooltipContent>
Expand Down
Loading