Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

feat: scope allow_list to includeresource_type#19748

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
Emyrk merged 6 commits intomainfromstevenmasley/better_allow_list
Sep 17, 2025

Conversation

Emyrk
Copy link
Member

@EmyrkEmyrk commentedSep 9, 2025
edited
Loading

This feature allows theallow_list in the scopes to specify thetype of a resource as well. So this is now possible:

allowList= [// Only access to this specific workspace  {"type":"workspace","id":"<uuid>"},// But all templates  {"type":"template","id":"*"},]

This was added in support of custom scopes, primarily for AI agents. There is a need to add a scope that restricts an API key to accessing a specific workspace. With this, we can exhaustively enumerate the other resources required for functionality.

Example:

allowList = [  // Only access to this specific workspace  {"type":"workspace", "id":"<uuid>"},  // Leave the rest of the permissions  {"type":"template", "id":"*"},  {"type":"user", "id":"*"},  {"type":"organization", "id":"*"},   {"type":"group", "id":"*"},  // ... etc ]

This is unfortunate that the list has to be exhaustive.

@github-actionsgithub-actionsbot added the staleThis issue is like stale bread. labelSep 17, 2025
@EmyrkEmyrk marked this pull request as ready for reviewSeptember 17, 2025 13:26
@EmyrkEmyrk merged commit679179f intomainSep 17, 2025
36 checks passed
@EmyrkEmyrk deleted the stevenmasley/better_allow_list branchSeptember 17, 2025 13:32
@github-actionsgithub-actionsbot locked and limited conversation to collaboratorsSep 17, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account?Sign in.
Reviewers

@ThomasK33ThomasK33ThomasK33 approved these changes

Assignees

@EmyrkEmyrk

Labels
staleThis issue is like stale bread.
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@Emyrk@ThomasK33

[8]ページ先頭

©2009-2025 Movatter.jp