79131693

Date: 2024-10-27 23:24:07
Score: 3.5
Natty:
Report link

Good evening,

just for my curiousity: Are you creating a fresh sonarqube instance per scan? If so, why? :)

If not, just use an authentication token? https://docs.sonarsource.com/

If yes, sounds like you want to do an oidc login with username/password, change the password and login again? Can't understand your flow fully right now.

To change your password by commandline / script, use the api:

curl -u admin:admin -X POST "http://localhost:9000/api/users/change_password?login=admin&previousPassword=admin&password=XXXXXXXXX"

Source, Documentation and Api-Documentation

Best regards

Reasons:
  • Blacklisted phrase (0.5): Best regards
  • Blacklisted phrase (1): regards
  • Blacklisted phrase (0.5): why?
  • Blacklisted phrase (1): Good evening
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Contains question mark (0.5):
  • Low reputation (1):
Posted by: Sascha Haßler