Unshare Repositories Across Projects
Stop sharing local and remote repositories across JFrog Platform Projects from the Administration Repositories Share settings.
Platform Admins can remove sharing for local and remote repositories across JFrog Projects.
How to Unshare a Repository
-
Select Administration in the taskbar, navigate to Repositories, click the Actions button, and then click Share.
-
To stop sharing the selected repository with a project:
- To stop sharing across multiple projects, deselect the Auto share with all projects field or Read Only to stop sharing as relevant.
- To stop sharing with specific projects, deselect one or more projects by project name from the projects list.
-
Click Save.
You can also unshare a repository with a specific project using the Unshare Repository with Target Project API:
DELETE <BASE_URL>/access/api/v1/projects/_/share/repositories/<REPO_NAME>/<TARGET_PROJECT_KEY>Where:
<BASE_URL>: Your JFrog Platform base URL for the Access API<REPO_NAME>: The shared repository name<TARGET_PROJECT_KEY>: The project key to stop sharing with
For example:
DELETE https://company.jfrog.io/access/api/v1/projects/_/share/repositories/dockerhub-remote/mobile-appRelated Topics
Updated 15 days ago
Did this page help you?
