Anonymous Access, nuget push and api keys

Hi everyone.

I’m right in the middle of a POC to evaluate which changes need to be made if “Anonymous Access” is disabled in Nexus… and here’s my first problem. Some CI/CD processes rely on a “nuget push” when artifacts need to be uploaded to Nexus and, as of now, with “Anonymous Access” still enabled, they work like a charm. However, yesterday I bumped into this post and after a quick reading I understand that, in this nuget case, “Anonymous Access” can’t be disabled as such but rather it has to be reconfigured to a different user for which a certain role with limited access has been created.

Am I right in thinking that?

Thanks for your help