Access management
VegaLake combines human and machine identities with reusable roles and groups. Access is permission-based and remains explicit at organization, workspace, collection, and resource-instance boundaries.Identity types
Service-principal API keys are credentials. Store them in an approved secret system, show them only when necessary, and rotate or delete them when their consumer changes.
Recommended assignment flow
- Identify the exact action and resource scope required.
- Reuse or create a role containing only those permissions.
- Use a group when multiple identities share the same responsibility.
- Assign the role to the group, user, or service principal.
- Verify access using the intended organization and workspace.
- Remove superseded direct grants.