- Notifications
You must be signed in to change notification settings - Fork1k
feat: add external API key scopes#19916
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
Merged
ThomasK33 merged 1 commit intomainfromthomask33/09-22-feat_add_public_api_key_scope_endpointSep 26, 2025
Merged
feat: add external API key scopes#19916
ThomasK33 merged 1 commit intomainfromthomask33/09-22-feat_add_public_api_key_scope_endpointSep 26, 2025
Uh oh!
There was an error while loading.Please reload this page.
Conversation
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
This was referencedSep 22, 2025
MemberAuthor
ThomasK33 commentedSep 22, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
This was referencedSep 22, 2025
4f64c51
tocaa7377
Comparea87664b
toa3fe88d
Comparecaa7377
tobf1e4e9
Comparea3fe88d
to85aef6b
Compare76ae5ab
tof1eed85
Compare1783eb7
to8630b57
Comparecb2f97e
toc96c93d
Comparec7a9788
toe36b0c1
Compare0ae1500
tob7ba894
Compare3223b46
toe3bf61c
Comparef5e0777
to2bf3c3c
Comparebbd9174
to969baa9
Compare2bf3c3c
toe5ef1f0
Compare969baa9
to939267f
Comparee5ef1f0
to32b4c5d
Compare939267f
to8e56891
Compare6b3d164
to5335d8b
Compare8e56891
to2cddda5
Compare2cddda5
to6258186
Compare5335d8b
to6b9783a
Compare6258186
to4f84ffa
Comparea3329a4
to45d6550
CompareEmyrk approved these changesSep 25, 2025
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.
4f84ffa
to6466375
Compare7f0cdfd
to2ea1b29
CompareMemberAuthor
ThomasK33 commentedSep 26, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Merge activity
|
Add /auth/scopes endpoint returning curated list of public low-level API key scopes (resource:action format).This read-only endpoint requires no authentication and provides SDK constants for all public scopes.
2ea1b29
to6c0e2dd
Compare4bda395
intomain 37 checks passed
Uh oh!
There was an error while loading.Please reload this page.
Sign up for freeto 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.
Uh oh!
There was an error while loading.Please reload this page.
Add support for low-level API key scopes
This PR adds support for fine-grained API key scopes based on RBAC resource:action pairs. It includes:
/api/v2/auth/scopes
to list all public low-level API key scopesThe implementation allows users to create API keys with specific permissions like
workspace:read
ortemplate:use
instead of only the legacyall
orapplication_connect
scopes.Fixes#19847