sonatype-nexus-community / nexus-repository-helm

At the Helm, Helm Yeah, v k8s
Eclipse Public License 1.0
97 stars 71 forks source link

NEXUS-23973 - Fix authentication in HelmResourceIT #133

Closed thejosh00 closed 4 years ago

thejosh00 commented 4 years ago

HelmResourceIT creates an empty authentication object. This doesn't cause a test failure because saving the authentication info is broken in all REST APIs for the current Nexus Repository Manager release.

The next release of Nexus Repository Manager fixes this bug which will then cause this test to fail.

This pull request makes the following changes: