8000 chore: merge provisioner key and provisioner permissions by Emyrk · Pull Request #16628 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

chore: merge provisioner key and provisioner permissions #16628

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 6 commits into from
Feb 24, 2025
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
Next Next commit
Update site/src/api/rbacresourcesGenerated.ts
Co-authored-by: Cian Johnston <cian@coder.com>
  • Loading branch information
Emyrk and johnstcn authored Feb 19, 2025
commit aee32893fd10e313e373e0be460193e293d5a6cb
2 changes: 1 addition & 1 deletion site/src/api/rbacresourcesGenerated.ts
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ export const RBACResourceActions: Partial<
update: "update an organization member",
},
provisioner_daemon: {
create: "create a provisioner daemon key",
create: "create a provisioner daemon/key",
delete: "delete a provisioner daemon/key",
read: "read provisioner daemon",
update: "update a provisioner daemon",
Expand Down
Loading
0