Managing user permissions in Console
To set a users permissions, navigate to Manage users
and then to the user who's account you'd like to manage.
What permissions can be set?β
Snowplow console sets permissions for each area of console as summarized below:
Console feature | Description | Possible permissions |
---|---|---|
User management | The management and addition of user access. This permission cannot be configured on a Custom role. | No access Edit Create |
Environments | The management of pipeline and sandbox (Mini) environments. This includes managing which Enrichments run on each environment. | No access View Edit |
Data products | The management and creation of Data Products | No access View Edit Create |
Data structures | The management and creation of the schemas that define the events and entities you are capturing. | No access View Edit on development Edit on production Create |
Data models | The management and creation of your data models. | No access View Edit Create |
API keys | The management and creation of API keys. | View Manage Create |
How are permissions set?β
To set permissions for a user, navigate to Manage Users and select the user, within the management screen for their user you will be able to set their permissions.
There are three ways of setting user permissions:
- Admin (pre-defined role)
- User (pre-defined role)
- Custom (custom permissions role) - custom roles are only available to customers with access to the fine grained user permissions feature
User permission setβ
Console feature | Permissions |
---|---|
User management | No access (in the UI) |
Environments | View access |
Data products | Edit Create |
Data structures | Edit on development Create |
Data models | View access |
API keys | View access |
Admin permission setβ
Console feature | Permissions |
---|---|
User management | Full access |
Environments | Full access |
Data products | Full access |
Data structures | Full access |
Data models | Full access |
API keys | Full access |
Custom permission setβ
Console feature | Permissions |
---|---|
User management | Customized by you, per user |
Environments | Customized by you, per user |
Data products | Customized by you, per user |
Data structures | Customized by you, per user |
Data models & jobs | Customized by you, per user |
API keys | Customized by you, per user |
A note on API keys and permissions
Please note:
1) Any API keys you create have full admin permissions
2) Any existing Iglu API keys allow permissions to be side-stepped by connecting directly to Iglu servers
Our recommendation is to remove all existing API keys and Iglu keys, and set the API keys permission respectively so that only trusted users can create new keys.
What does each permission mean?β
Environmentsβ
An environment is the collective name for your Production pipelines, QA pipelines and sandboxes.
An environment has three permissions:
- No access - the user will not see the environment management screens.
- View - the user can see the environment management screen, but cannot edit anything. This is the default setting for the User role.
- Edit / Publish - the user can make and publish edits to the environment. This includes configuration such as enrichment enablement, enrichment configuration and collector configuration. This is the default setting for the Admin role.
Data Productsβ
Data Products have four permissions:
- No access - the user will not see the data product management screens.
- View - the user can see the data product management screens, but cannot edit anything. This permission and all data product permissions below require the user to have at least the view permission on data structures.
- Edit - the user can see the data product management screens, and can make edits to existing data products.
- Create - the user can create new data products.
Data structuresβ
Data structures have five permissions:
- No access - the user will not see the data structure management screen.
- View - the user can see the data structure management screen, but cannot edit anything.
- Edit on development - the user can see the data structure management screen, and can make edits to data structures but only publish them to the development registry. This is the default setting for the User role.
- Edit on production - the user can see the data structure management screen, and can make edits to data structures, and can publish changes to the production registry. This is the default setting for the Admin role.
- Create - the user can create new data structures. Both the User and Admin roles have this permission.
Data modelsβ
Data models and jobs have four permissions:
- No access - the user will not see the data model management screens
- View - the user can see the data model management screens, but cannot edit anything. This is the default setting for the User role.
- Edit - the user can see the data model management and can make edits to data models in production. This is the default setting for the Admin role.
- Create - the user can create new data models. The Admin role has this permission.
API keysβ
API keys have three permissions:
- View - the user can see the API key descriptions but cannot see the keys themselves or manage them
- Manage - the user can see and manage the API keys. This is the default setting for the Admin role.
- Create - the user can generate new API keys. The Admin role has this permission.
Troubleshootingβ
You shouldnβt be required to logout for new permissions to take effect, but if you do find permissions arenβt applying as requested logging out and back in should force the new permissions to apply.