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

Fix env parsing panics #621

Merged
merged 2 commits into from Apr 29, 2024
Merged

Commits on Apr 26, 2024

  1. avoid panic in stringOrList DecodeMapstructure func

    if string type assertion isn't ok, return an error instead of trigger a panic
    
    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    9dfa64b View commit details
    Browse the repository at this point in the history
  2. be sure path property exists in env_file attribut definition

    Signed-off-by: Guillaume Lours <705411+glours@users.noreply.github.com>
    glours committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    0aa24b2 View commit details
    Browse the repository at this point in the history