As part of automation, I can do the following configuration in Nexus custom docker file (which is extended from the Nexus image from DockerHub) . However I can not automate the Task creation and disable anonymous access.
Any help in this regard pls ?
nexus.scripts.allowCreation=true
nexus.security.randompassword=false
nexus.skipDefaultRepositories=true
And using Nexus CLI I can create the blob store, repository and cleanup policy. I need to automate the Task creation and disable anonymous access.
Thanks, Siva