Skip to content

Bugfix/#49 pw protection

Mathias Goebel requested to merge bugfix/#49-pw-protection into develop

Bug fix

Summary

After this MR a password for the admin user in the database is set in the post-installation phase. It reads from env vars provided by GitLab 🦊 secret variables set as a docker env var. To support local development without any change, the env var is parsed as string, so if the env var EXIST_ADMIN_PW is not present, the empty string is set - what should met the default setting.

Compliance to “Definition of Done”

  • Unit tests passed
  • Code reviewed
  • Acceptance criteria met
  • Functional tests passed
  • Non-Functional requirements met
  • Product Owner accepts the User Story

Related

Closes #49

Changelog

  • I added a statement to the CHANGELOG.

Version number

  • I bumped the version number in build.properties.

Readme and general docs

  • I updated the README (if applicable) and kept the docs up to date.

/cc Mathias Göbel, Frank Schneider, Michelle Weidling

Edited by Michelle Weidling

Merge request reports