What is the set of permissions that is needed for ...
# troubleshoot
t
What is the set of permissions that is needed for a user to create a new tag? I am getting the following error
Failed to create & add tag
. I have given the user the following permissions: They can
Edit Tags
and
Edit Dataset Column Tags
on Resources
[Tags, Datasets]
.
👀 2
plus1 1
r
same here, even if the user is a dataset owner they are unable to create tags
m
This is a big blocker when it comes to releasing the tool to more and more users. We had to create seperate pipelines for tag creation which have increased operational overhead for us.
t
@magnificent-notebook-88304 can you describe the pipeline that you had to create to get this to work? I might be able to use something similar in my situation until this issue gets fixed.
m
As the Tag creation still works via admin user still works, we are hitting the tag creation api by the admin user inside a jenkins pipeline. AD users use build with parameters option in that pipeline and supply parameters required for tag creation.
l
Hi folks! We have an open GitHub issue to address this - you can track progress here: https://github.com/datahub-project/datahub/issues/5336
👌 2
cc: @big-carpet-38439
m
Thanks Maggie for the update !! , looking forward for the fix
t
For those hat haven't seen the bug in github has been addressed and closed. Hopefully the fix will be included with one of the next releases.