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

🐛(backends) fix default RALPH_BACKENDS__HTTP__LRS__HEADERS variable #466

Merged
merged 1 commit into from
Oct 17, 2023

Conversation

SergioSim
Copy link
Collaborator

Purpose

It seems that pydantic ignores field aliases when building the Settings objects from environment variables.

Proposal

  • use the field names for the RALPH_BACKENDS__HTTP__LRS__HEADERS variable.

It seems that pydantic ignores field aliases when building the
Settings objects from environment variables.
Thus we choose to use the field names for the
RALPH_BACKENDS__HTTP__LRS__HEADERS variable.
Copy link
Contributor

@wilbrdt wilbrdt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🎉

Copy link
Contributor

@quitterie-lcs quitterie-lcs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SergioSim SergioSim merged commit a00b439 into master Oct 17, 2023
@SergioSim SergioSim deleted the fix-lrs-headers branch October 17, 2023 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

App does not run: bad parsing of RALPH_BACKENDS__HTTP__LRS__HEADERS
3 participants