Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept custom secret with Nexus credentials to be used instead of default admin #136

Open
ricardozanini opened this issue Aug 9, 2020 · 0 comments
Labels
good first issue Good for newcomers Hacktoberfest RFE 🙏 Request For Enhancements
Milestone

Comments

@ricardozanini
Copy link
Member

ricardozanini commented Aug 9, 2020

Is your feature request related to a problem? Please describe.
From 0.3.0 we will create the Nexus user and perform some operations in the Nexus server with the REST API. The first interaction needs the default Nexus credentials, which can be viewed as a bad practice. Would be nice to accept a secret with the credentials of a custom admin user for the operator to use instead.

This should be somewhat easy to implement, instead of using the admin/admin123 credentials, we fetch from already defined Secret by the user. The changes will be basically in this package:
https://github.com/m88i/nexus-operator/blob/v0.3.0/pkg/controller/nexus/server/users.go#L72-L104

Describe the solution you'd like
See above.

Describe alternatives you've considered
N/A

Additional context
See #5

@ricardozanini ricardozanini added the RFE 🙏 Request For Enhancements label Aug 9, 2020
@ricardozanini ricardozanini added this to the v0.4.0 milestone Aug 9, 2020
@ricardozanini ricardozanini changed the title Follow up #5: Accept custom secret with Nexus credentials to be used instead of default admin Accept custom secret with Nexus credentials to be used instead of default admin Sep 19, 2020
@ricardozanini ricardozanini modified the milestones: v0.4.0, v0.5.0 Oct 27, 2020
@ricardozanini ricardozanini modified the milestones: v0.5.0, v0.6.0 Dec 9, 2020
@ricardozanini ricardozanini modified the milestones: v0.6.0, v0.7.0 Jun 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Hacktoberfest RFE 🙏 Request For Enhancements
Projects
None yet
Development

No branches or pull requests

1 participant