Actions
User Story #70
openEpic #62: Security Policies and Credentials Management
Feature #75: API Key Management
As a user, I want to assign specific permissions to each API key
User Story #70:
As a user, I want to assign specific permissions to each API key
Start date:
02/04/2026
Due date:
% Done:
0%
Estimated time:
Description
Create API keys with limited scopes/permissions, following the principle of least privilege for integrations.
Acceptance Criteria:
- Can select specific permissions when creating API key
- API key inherits user's permissions by default (can restrict further)
- Cannot grant permissions user doesn't have
- Can modify API key permissions after creation
- API requests are validated against key's permissions
- Clear error when key lacks required permission
Actions