User access to projects

dcarva23jnj
Level 2
User access to projects

Hi all,

I want to provide a user with access to all the projects without providing him admin privileges.

I thought of two possibilities:

  1. Create a group and add it to every project already created and when new projects are created;
  2. Add all the existing groups to this user profile.

Is there a more scalable way tho perform this? 

Thanks in advance.

0 Kudos
1 Reply
Mark_Treveil
Dataiker Alumni

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.

 

 

0 Kudos