nexus-casc-plugin
nexus-casc-plugin copied to clipboard
Configuration as code plugin for Sonatype Nexus Repository Manager
Hello, first thanks for this awesome plugin! I have a question. Is it possible to configure routing rules at this moment ? I see in the example how to attach...
This pull requests adds support for adding routing rules. Example configuration: ```yaml repository: routingRules: - name: go-internal description: internal golang packages with authentication mode: ALLOW matchers: - ".*/github.com//.*" ... -...
This PR updates Nexus to version 3.61.0 Tested with ```shell mvn package mvn verify ```
This changes the behaviour of the release workflow. It will now trigger on pushed tags, and publish a new release with the produced kar file. Upgraded actions to latest versions...
I've got an empty version of nexus that I'm starting to provision with CASC plugin, upon adding a raw hosted repository into the nexus.yaml I see the following errors in...
There is onlt source code tarballs in releases section on github right now. Can we add binaries (*.kar) in addition or as a replacement for it?
Hi, Thanks for this awesome plugin ! Do you experiment trouble with aptSigning keypair value imported from docker secret (and used for apt-hosted repository) ? It looks like malformed in...
Hello, we want to start using casc for Nexus. Since we have a proper configuration, is there an option to export the current configuration to yaml to avoid starting from...
Hello Does this project support task loading? If it does not support, is it planned to make this implementation? Thank you