Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(env-vars): auth environment validation #7621

Merged
merged 9 commits into from
Oct 1, 2024
Merged

Commits on Sep 17, 2024

  1. refactor: use envalid in auth

    naftis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    62df49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d79a91 View commit details
    Browse the repository at this point in the history
  3. fix: tests using the wrong env

    naftis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a108f32 View commit details
    Browse the repository at this point in the history
  4. fix(tests): explicitly set the required values for prod

    this is similar how it works in prod - think it's good to have them set explicit
    naftis committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    a33c55c View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    cf66008 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    5a59aad View commit details
    Browse the repository at this point in the history
  2. fix: AUTH_HOST and AUTH_PORT can be default

    they are rarely being re-configured while this allows for that.
    
    Co-authored-by: Riku Rouvila <riku.rouvila@gmail.com>
    naftis and rikukissa authored Sep 26, 2024
    Configuration menu
    Copy the full SHA
    77abf34 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Configuration menu
    Copy the full SHA
    61c0da9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba7b233 View commit details
    Browse the repository at this point in the history