Closed jeremy-clerc closed 3 years ago
Routing rules can be used by proxy repo to restrict access to certain paths.
https://help.sonatype.com/repomanager3/repository-management/routing-rules
This pull request is breaking if you changed default['nexus3']['api']['endpoint'] in your attributes. You'll need to remove script/ If you used ::Nexus3::Api.run_script / ::Nexus3::Api.request directly, you'll need to prepend the path with script/
default['nexus3']['api']['endpoint']
script/
Routing rules can be used by proxy repo to restrict access to certain paths.
https://help.sonatype.com/repomanager3/repository-management/routing-rules
This pull request is breaking if you changed
default['nexus3']['api']['endpoint']
in your attributes. You'll need to removescript/
If you used ::Nexus3::Api.run_script / ::Nexus3::Api.request directly, you'll need to prepend the path withscript/