Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Hi everyone
I have some questions about type of user profile, API, licence
Today in our structure, we have 2 types of user profiles for bundle deployment. The first profile just has to run the bundles in batch mode or via python script using a user (Does this first type of profile must necessarily have a designer or admin license? Do all the people who use the tool have to have admin licenses or not?
On the other hand, we have users who will just launch scripts via a scheduler without necessarily going through the Dataiku platform. This second type of profile should launch the scripts with which type of license (admin or not)?
Should there be a nominative user who will manage all the projects or should there be one user per project?In both cases, what type of API would you recommend, global API or API key per user? And why?
Thank you in advance.
Hi @cbimou ,
As mentioned here: https://doc.dataiku.com/dss/latest/security/user-profiles.htm
The user profile is simply for licensing considerations. By default, there would be no "Admin" profile but instead, a Designer or Data Scientist who can execute manage code recipes. Explorer or Analyst. This can vary depending on your contract. So it would be best to discuss this with your Customer Success Manager directly.
In terms of Admins, there are 2 types in DSS:
1)Project Admin:
https://doc.dataiku.com/dss/latest/security/permissions.html#main-project-permissions
Where you can have one or more users or groups being project admin on a particular project.
2) Global DSS administrator who would usually have access to the DSS server as well who would perform global administration tasks
As for API keys, each type(global, project-level, personal) will have its own uses depending on what you are looking to do. Some use cases are detailed in this doc:
https://doc.dataiku.com/dss/latest/publicapi/keys.html
Let me know if this helps and if you have any additional questions.
Thanks so much @AlexT