Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: how to delete a collaborator? #1903

Closed
ignas-sakalauskas-cko opened this issue May 12, 2022 · 5 comments
Closed

Question: how to delete a collaborator? #1903

ignas-sakalauskas-cko opened this issue May 12, 2022 · 5 comments

Comments

@ignas-sakalauskas-cko
Copy link

Hi Team,

Thanks for the amazing tool!

We recently had one collaborator leaving our team, and I wanted to delete that collaborator, however even as an owner I can't find a way to do that on https://studio.apicur.io.

Can you please help?

Thanks!

@EricWittmann
Copy link
Member

You should be able to do that via the UI by going here:

image

From there you will get a collaborator management page:

image

Click the trashcan to remove a collaborator.

@ignas-sakalauskas-cko
Copy link
Author

Hi @EricWittmann,

Thanks for the quick reply! Yes, this indeed helps to remove Collaborators!

And how about removing some other Owner? 🤔

Thanks,
Ignas

@EricWittmann
Copy link
Member

I'm afraid there is no way to remove another Owner. They can remove themselves but you cannot remove them. The only workaround would be to copy/clone the API design.

@ignas-sakalauskas-cko
Copy link
Author

Thanks for the clarification @EricWittmann! 🙇

@EricWittmann
Copy link
Member

One other note: you could edit the DB directly. There is an ACL table that you could modify directly. If you remove the appropriate row from that table it would remove someone's access. There should not be any side effects to worry about:

https://github.com/Apicurio/apicurio-studio/blob/master/back-end/hub-core/src/main/resources/io/apicurio/hub/core/storage/jdbc/hub_mysql5.ddl#L24-L27

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants