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

Feature/nexus user passwords #1065

Closed

Conversation

mreiche
Copy link

@mreiche mreiche commented Oct 22, 2024

Partly fixes #699

Test output:

Configuring Nexus3...
Waiting for Nexus...
Configuring anonymous access...
Anonymous access configured.
Configuring blob stores...
Configuring repositories...
Repository 'osm-maps' configured.
Configuring roles...
Role 'nx-metrics' configured.
Role 'osm-reader' configured.
Role 'osm-writer' configured.
Configuring users...
Generating random password for user 'osm-reader': 2d5d352940b34a2092dc
User 'osm-reader' configured.
User 'osm-writer' configured.
Configuring scripts...
Script 'cleanup' updated.
Script 'task' updated.
Configuring cleanup policies...
Configuring tasks...
Nexus3 configured successfully!

values.yml

  users:
    - userId: osm-writer
      firstName: OSM
      lastName: Writer
      emailAddress: "[email protected]"
      status: active
      roles:
        - osm-writer
      password: katze
    - userId: osm-reader
      firstName: OSM
      lastName: Reader
      emailAddress: "[email protected]"
      status: active
      roles:
        - osm-reader

Copy link
Owner

@stevehipwell stevehipwell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR, but I'd rather implement this myself. For example password should have secret and key child values.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[nexus3] Allow user credentials specified by kubernetes secret
2 participants