You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor: add allow_list field to API keys for resource scoping
- Add allow_list field to CreateTokenRequest API and database schema
- Implement APIKeyEffectiveScope that merges scopes with token allow_list
- Create x/wildcard package for type-safe wildcard values
- Add rbac.ParseAllowList for validating and normalizing allow lists
- Support resource targeting like "workspace:*" or "template:<uuid>"
- Default to wildcard (*:*) for backward compatibility
0 commit comments