No description
Find a file
2025-06-17 13:28:20 +02:00
charts/pw init: Two tools that help to print the derived passwords in oD 2025-05-19 11:43:06 +02:00
generate.go init: Two tools that help to print the derived passwords in oD 2025-05-19 11:43:06 +02:00
generate.sh style: Add trailing newlines 2025-06-17 13:28:20 +02:00
go.mod init: Two tools that help to print the derived passwords in oD 2025-05-19 11:43:06 +02:00
go.sum init: Two tools that help to print the derived passwords in oD 2025-05-19 11:43:06 +02:00
helmfile.yaml init: Two tools that help to print the derived passwords in oD 2025-05-19 11:43:06 +02:00
README.md style: Add trailing newlines 2025-06-17 13:28:20 +02:00

Allgemein

Diese beiden mini Tools sollen dabei helfen um die abgeleiteten Passworte aus dem Master Passwort Algorithmus der in oD verwendet wird nachzuvollziehen.

Mögliche Einsatzgebiete:

  • Migrationen
  • Troubleshooting

Go Version

Die beiden Argumente appName und appAccountName können aus der secrets.yaml.gotmpl aus opendesk.repo/hemlfile/environments/default entnommen werden.

go run generate.go <appName> <appAccountName> [masterPassword]
go run generate.go nubus Administrator
go run generate.go nubus Administrator CoolesMasterPW1377!

Old Helm/helmfile Version

Erst in helmfile.yaml und charts/pw/templates/configmap.yaml die passenden Einträge setzen und dann:

./generate.sh CoolesMasterPW1337!