You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the `PRIMARY_STORE' quacc setting is stored in the default quacc YAML file. But this isn't ideal because we should keep secrets (eg credentials) elsewhere. Pydantic 2, via pydantic-settings, now supports secret management. We should use that instead.
What new feature would you like to see?
Currently, the `PRIMARY_STORE' quacc setting is stored in the default quacc YAML file. But this isn't ideal because we should keep secrets (eg credentials) elsewhere. Pydantic 2, via pydantic-settings, now supports secret management. We should use that instead.
The same issue exists in materialsproject/jobflow#451.
The text was updated successfully, but these errors were encountered: