- Notifications
You must be signed in to change notification settings - Fork927
chore: remove rbac psuedo resources, add custom verbs#13276
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Changes fromall commits
6e15df8
ca7e8a5
4b69926
a9b8984
48f0593
6964513
22861a1
1b7112c
cd68fef
1e1778d
c170068
3cc6ae0
c70c526
66107d3
582fdcd
fc4af1e
282bc93
0fab76f
ba4c327
e4d59ae
11bf1d5
a5c2fd5
6be67fc
7262bd8
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -486,6 +486,7 @@ gen: \ | ||
$(DB_GEN_FILES) \ | ||
site/src/api/typesGenerated.ts \ | ||
coderd/rbac/object_gen.go \ | ||
codersdk/rbacresources_gen.go \ | ||
docs/admin/prometheus.md \ | ||
docs/cli.md \ | ||
docs/admin/audit-logs.md \ | ||
@@ -611,7 +612,10 @@ examples/examples.gen.json: scripts/examplegen/main.go examples/examples.go $(sh | ||
go run ./scripts/examplegen/main.go > examples/examples.gen.json | ||
coderd/rbac/object_gen.go: scripts/rbacgen/main.go coderd/rbac/object.go | ||
go run scripts/rbacgen/main.go rbac > coderd/rbac/object_gen.go | ||
codersdk/rbacresources_gen.go: scripts/rbacgen/main.go coderd/rbac/object.go | ||
go run scripts/rbacgen/main.go codersdk > codersdk/rbacresources_gen.go | ||
Comment on lines +617 to +618 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others.Learn more. Before this was manuallykept in sync. Or so we told ourselves | ||
docs/admin/prometheus.md: scripts/metricsdocgen/main.go scripts/metricsdocgen/metrics | ||
go run scripts/metricsdocgen/main.go | ||
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Some generated files are not rendered by default. Learn more abouthow customized files appear on GitHub.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.