Is there a way to disable the Summary view for anonymous users when browsing packages?
Is there a way to achieve this? The repository-read permission allows this section to be displayed.
Is there a way to disable the Summary view for anonymous users when browsing packages?
Is there a way to achieve this? The repository-read permission allows this section to be displayed.
The only way you could do that would be to disable the nx-repository-view-*-browse
for a given repository. Effectively this would hide the component from the UI, while it would still be available to access via a direct link (e.g., by maven client). In other words, there is no way to keep a component listed in the UI and accessible, but to hide it's metadata.