mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
b60ae0a0c4
# Add API Key Scope Wildcards This PR adds wildcard API key scopes (`resource:*`) for all RBAC resources to ensure every resource has a matching wildcard value. It also adds all individual `resource:action` scopes to the API documentation and TypeScript definitions. The changes include: - Adding a new database migration (000377) that adds wildcard API key scopes - Updating the API documentation to include all available scopes - Enhancing the scope generation scripts to include all resource wildcards - Updating the TypeScript definitions to match the expanded scope list These changes make creating API keys with comprehensive permissions for specific resource types easier.
3 lines
146 B
SQL
3 lines
146 B
SQL
-- No-op: enum values remain to avoid churn. Removing enum values requires
|
|
-- doing a create/cast/drop cycle which is intentionally omitted here.
|