Skip to content

AppConfig, null check in password

Compare
Choose a tag to compare
@briskt briskt released this 08 Apr 14:56
· 72 commits to main since this release
091e611

Added

  • New option to use AppConfig to supply environment variable values
  • Get the release tag from GitHub for use in the Sentry release string

Changed

  • Use org-level variable and GitHub variable to build the Docker image name

Security

  • Added password validation to reject a password containing a null byte. IDP-125