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

Fix default SONARQUBE_PASSWORD in README #76509

Closed
amkCha opened this issue Jan 23, 2025 · 4 comments
Closed

Fix default SONARQUBE_PASSWORD in README #76509

amkCha opened this issue Jan 23, 2025 · 4 comments
Assignees
Labels
solved sonarqube stale 15 days without activity tech-issues The user has a technical issue about an application

Comments

@amkCha
Copy link

amkCha commented Jan 23, 2025

Name and Version

bitnami/sonarqube

What architecture are you using?

None

What steps will reproduce the bug?

curl -sSL https://raw.githubusercontent.com/bitnami/containers/main/bitnami/sonarqube/docker-compose.yml > docker-compose.yml
docker-compose up -d

Go to localhost:80

Try to log in with

  • user: admin
  • password: bitnami

What is the expected behavior?

You are supposed to access http://localhost/projects page

What do you see instead?

Pop up window that says Authentication failure

Additional information

SONARQUBE_PASSWORD is admin i/o bitnami

@amkCha amkCha added the tech-issues The user has a technical issue about an application label Jan 23, 2025
@github-actions github-actions bot added the triage Triage is needed label Jan 23, 2025
@github-actions github-actions bot removed the triage Triage is needed label Jan 24, 2025
@github-actions github-actions bot assigned fmulero and unassigned carrodher Jan 24, 2025
@fmulero
Copy link
Collaborator

fmulero commented Jan 27, 2025

I've just reproduced the issue, SONAQUBE_PASSWORD seems ignored. Default user/password is admin/admin

@fmulero
Copy link
Collaborator

fmulero commented Jan 27, 2025

The root cause is the length of the default password. Sonarqube requires now a password with at least 12 characters, so the bitnami password is not enough.

Would you like to contribute by creating a PR to solve the issue? The Bitnami team will be happy to review it and provide feedback. Here you can find the contributing guidelines.

Copy link

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

@github-actions github-actions bot added the stale 15 days without activity label Feb 12, 2025
Copy link

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
solved sonarqube stale 15 days without activity tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

4 participants