Skip to content

Commit

Permalink
updated passwords
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremycook123 committed Dec 16, 2024
1 parent 4935eee commit 8af3f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion start-up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@ do
sleep 3
done

curl -X POST -u admin:password -H "Content-type: application/json" -d '{ "userName" : "admin", "oldPassword" : "password", "newPassword1" : "f0ll0wth3whit3raBB1t!!", "newPassword2" : "f0ll0wth3whit3raBB1t!!" }' http://localhost:8081/artifactory/api/security/users/authorization/changePassword
curl -X POST -u admin:password -H "Content-type: application/json" -d '{"userName" : "admin", "oldPassword" : "password", "newPassword1" : "f0ll0wth3whit3r@@BB1t", "newPassword2" : "f0ll0wth3whit3r@@BB1t"}' http://localhost:8081/artifactory/api/security/users/authorization/changePassword

echo finished
2 changes: 1 addition & 1 deletion vols/artifactory/var/etc/system.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ shared:
database:
type: postgresql
driver: org.postgresql.Driver
password: f0ll0wth3whit3raBB1t
username: artifactory
password: f0ll0wth3whit3r@@BB1t
url: jdbc:postgresql://postgres:5432/artifactory
router:
entrypoints:
Expand Down

0 comments on commit 8af3f5f

Please sign in to comment.