Skip to content

Commit

Permalink
Merge pull request #21119 from tinawang123/changepwd
Browse files Browse the repository at this point in the history
Remove the hardcode password on the data directory
  • Loading branch information
rfan1 authored Feb 6, 2025
2 parents 99328f7 + 7fe92bd commit 777b3fe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions data/agama_auto/leap_default.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
},
user: {
fullName: 'Bernhard M. Wiedemann',
password: 'nots3cr3t',
password: '$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/',
hashedPassword: true,
userName: 'bernhard'
},
root: {
password: 'nots3cr3t'
password: '$6$vYbbuJ9WMriFxGHY$gQ7shLw9ZBsRcPgo6/8KmfDvQ/lCqxW8/WnMoLCoWGdHO6Touush1nhegYfdBbXRpsQuy/FTZZeg7gQL50IbA/',
hashedPassword: true,
},
software: {
patterns: []
Expand Down

0 comments on commit 777b3fe

Please sign in to comment.