I'm hosting multiple private repositories on bitbucket.
I also have access to a private repository let's call it repo1, on bitbucket which is not mine but we pull from it on a server, let's call it
server1.
On bitbucket, I have granted access to my account to server1, which means all users on server1 can pull any repo from my bitbucket account.
How can I prevent this and let only ther server pull the repo1?
It's kinda urgent. Thank you very much.