-
Notifications
You must be signed in to change notification settings - Fork 94
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
I would like configure the necessary environment variables to enable OAuth login/register when deploying the application using the Helm Chart.
Currently, the existingSecret method only supports the BETTER_AUTH_SECRET environment variable. I propose adding the other environment variables to this secret to allow for OAuth configuration and adding oauth configuration to the values.yaml file, like this:
If using built-in secrets:
oauth:
github:
enabled: false
clientId: ""
clientSecret: ""
microsoft:
enabled: false
clientId: ""
clientSecret: ""
tenantId: ""
generic: ""If using existingSecret:
existingSecret: myHemmeligSecret
oauth:
github:
enabled: false
microsoft:
enabled: falseScreenshots
No response
Additional information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request