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

Improve auth config (GSI-953) #18

Merged
merged 3 commits into from
Aug 28, 2024

Conversation

TheByronHimes
Copy link
Member

This PR adjusts the config so the SMTP auth credentials are encapsulated in a dedicated model. This removes the need for a validation function on the model.
The fields login_user and login_password are changed to username and password, respectively. They reside under smtp_auth in the config now.
The docker-compose file is updated so it should work on linux-based hosts now.
Version number is bumped to 2.0.0.

Update dockerfile for testcontainers on linux
@TheByronHimes TheByronHimes requested a review from mephenor August 27, 2024 14:24
@TheByronHimes TheByronHimes merged commit 91d7efc into main Aug 28, 2024
8 checks passed
@TheByronHimes TheByronHimes deleted the feature/improve_auth_config_GSI-953 branch August 28, 2024 10:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants