User access to projects
dcarva23jnj
Registered Posts: 12 ✭✭✭✭
Hi all,
I want to provide a user with access to all the projects without providing him admin privileges.
I thought of two possibilities:
- Create a group and add it to every project already created and when new projects are created;
- Add all the existing groups to this user profile.
Is there a more scalable way tho perform this?
Thanks in advance.
Answers
-
Hi,
Project Creation Macros give you a way to implement your first approach.
These execute with admin permissions to create a project and allow you to express in code any standard configuration for that project, such as automatically assigning groups.
Your macro can evolve over time to handle a wide range of standard configuration requirements.
https://doc.dataiku.com/dss/latest/plugins/reference/project-creation-macros.html
It doesn't, of course, fix up all the existing projects, but this could be handle by a one-time script.