feat: add lint check for API key scope enum completeness#19862
Merged
ThomasK33 merged 1 commit intoSep 24, 2025
Merged
Conversation
2ba5550 to
e548168
Compare
ab95a1f to
9bc8879
Compare
9bc8879 to
4afb40e
Compare
1760157 to
7a7e6ad
Compare
4afb40e to
1ae7af6
Compare
7a7e6ad to
1aba733
Compare
0ccc74c to
c00de78
Compare
1aba733 to
99b5b53
Compare
c00de78 to
9b40119
Compare
9b40119 to
dbe6a63
Compare
db8b42e to
32e7137
Compare
dbe6a63 to
4e8a5c3
Compare
Member
Author
32e7137 to
682511c
Compare
4e8a5c3 to
d6334f6
Compare
682511c to
0fd28db
Compare
391fa21 to
5b28178
Compare
1d5d9f1 to
ce47b02
Compare
5b28178 to
ec2d8fb
Compare
ce47b02 to
37f92fe
Compare
This was referenced Sep 22, 2025
37f92fe to
9c60b1f
Compare
ec2d8fb to
782f1c7
Compare
9c60b1f to
2666417
Compare
81b483f to
b27f312
Compare
2666417 to
5dd94bb
Compare
b27f312 to
fb0ce38
Compare
5dd94bb to
3a1adbe
Compare
e0432eb to
b4b6ef1
Compare
b4b6ef1 to
cfd4f7f
Compare
This was referenced Sep 24, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Added a script/linter to ensure all
policy.RBACPermissionsentries are part of theapi_key_scopeenumerated in thecoderd/database/dump.sqlfile.Fixes #19846