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

Open
amkCha opened this issue Jan 23, 2025 · 2 comments
Open

Fix default SONARQUBE_PASSWORD in README #76509

amkCha opened this issue Jan 23, 2025 · 2 comments
Assignees
Labels
in-progress sonarqube 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in-progress sonarqube tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

3 participants