-
Notifications
You must be signed in to change notification settings - Fork 894
feat(coder): add authz_querier experiment #5858
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
Changes from 4 commits
d772039
2638aa3
2229cac
36b7804
5209c48
1a8c6ca
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2439,6 +2439,20 @@ CreateParameterRequest is a structure used to create a new parameter value for a | |
| `trial` | boolean | false | | | | ||
| `warnings` | array of string | false | | | | ||
|
||
## codersdk.Experiment | ||
|
||
```json | ||
"authz_querier" | ||
``` | ||
|
||
### Properties | ||
|
||
#### Enumerated Values | ||
|
||
| Value | | ||
| --------------- | | ||
| `authz_querier` | | ||
|
||
Comment on lines
+2442
to
+2455
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. This is cool. Would be cool if there was a description too. A problem for another PR |
||
## codersdk.Feature | ||
|
||
```json | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The original authorizer is needed for some routes like app execution, but we can figure that out in authzquerier branch.