Hi,
I’m setting up our new development infrastructure on a kubernetes cluster.
I want to have one “button” to completely set up all components without any manual interaction.
For nexus this seems not too easy. Installing nexus using the helm chart is easy, but it looks like all the set up is primarily focused on manual configuration…
I already found the script api which allows things like repository.createMavenHosted
to set up a new repository, or the security api to change the password.
Is this really the supposed way to initially provision nexus? (I rather expected some kind of simple config file.)
How do I disable the “wizard” for initial manual changing password on login?