Need an automation to map Active Directory groups to access to groups and monitoring projects on Ataccama UI.
Need an automation to map Active Directory groups to access to groups and monitoring projects on Ataccama UI.
Have you already had a look at the guide in the official documentation on AD integration
This takes care of your AD mapping to an Ataccama Keycloak role.
Then, to configure what that Keycloak role means in the Ataccama application, this section of the doc should help: https://docs.ataccama.com/one/latest/user-access-management/introduction.html
Depending on your product version some details may differ, so please ensure you check the docs for your current version.
Have a read through and let us know if you have any specific questions on your use case? It would be helpful if you could share which AD provider you’re working with. Also, depending on your architecture (self-managed or PaaS or hybrid) there may also be slight differences in configuration.
We are looking for AD group mapping automatically but not AD users.
Below are the steps which we implemented in our stage environment and got to know that there are many manual steps involved.
10. Assign/provide group access to monitoring project by mapping AD group on Ataccama one Web UI → MANUAL TASK
a. Go to monitoring project- One web> Data quality> Monitoring project> Select monitoring project> Stewardship (edit)> assign ownership to group.
b. Verify the access after user testing his/her access to the monitoring project. → TESTING
Thanks,
Harish
Hi
I don’t know which specific version of keycloak or Ataccama you have, so please check the documentation for your relevant version.
For your steps 2, 3 and 4, Keycloak does have REST API you can use, for example,
You should be able to write some component that would take your AD group values, perform some transformation to create your keycloak role and mapper names, then send those API calls to keycloak to create the roles and mappers?
For step 5, most certainly there is possibility to write some component that can issue graphql calls using JSON Call step to perform that task.
I use a little trick to catch the graphql queries that the web application produces when you press a button. E.g., if you click the “UPDATE” button to update user list, then you can track in your web browser console what graphql call your browser sent to the backend. You can “take it as inspiration” and use it in your own use cases. Here’s a community article to show step by step guide on how to “steal” these queries:
For steps 6, 7 and 10, you should be able to use either graphql call or ONE Metadata writer. I don’t have an example to hand, but usually I use the ONE Metadata reader to query the thing I try to create, check the metadata model and the output, and make sure I supply all required details (apart from the id which is created by ONE) in the ONE Metadata writer step.
If you haven’t worked with ONE Metadata much, here’s the documentation link on how to use the steps: https://docs.ataccama.com/one-desktop/latest/work-with-ataccama-one/work-with-metadata.html
And here’s the documentation link on the metadata model itself: https://docs.ataccama.com/one/latest/metadata-model/metadata-model-overview.html
This is a very big topic, so please do come back with more specific questions and let’s get the conversation going!
(And I wonder if Anna is around? Is this the right
Hi
Thank you so much for this information.
Would it be possible to set up a call with you and a few engineers on our team to understand how we can implement this for our use case?
Thanks
Hi
Have you been in touch with your engagement manager to get some help from another member of the Ataccama’s own professional services team, while Anna is on leave? What you’re trying to implement is a full blown project in its own right with multiple integrations between the applications so could benefit from someone seeing this through with you end-to-end.
There’s a community article here that explains in general how to use the ONE Metadata reader and writer steps:
It also requires some understanding on how that is related to the underlying metadata model.
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.