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

Loculus specific SMTP and ORCiD settings are in the Helm Chart by default #3637

Open
fhennig opened this issue Feb 6, 2025 · 1 comment
Open

Comments

@fhennig
Copy link
Contributor

fhennig commented Feb 6, 2025

The values.yaml contains:

auth:
  smtp:
    host: "in-v3.mailjet.com"
    port: 587
    user: "fafd505de339dd2e9c3e85ad9981af8a"
    replyTo: "noreply@loculus.org"
    from: "noreply@loculus.org"
    envelopeFrom: "noreply@loculus.org"
  verifyEmail: true
  resetPasswordAllowed: true
  registrationAllowed: true
  identityProviders:
    orcid:
      clientId: "APP-P1P7N7T9YVBHQ4EH"

Even when overriding the organisms to get my own setup, I'll still have this config in there - that seems unexpected. I didn't check, but I think this won't work out of the box?

@theosanderson
Copy link
Member

👍 Probably the default here should be verifyEmail: false with no SMTP details - and then most of this config moved to values_preview_server.yaml

Orcid should probably be left blank.

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

No branches or pull requests

2 participants