supabase-community / supabase-kubernetes

Helm 3 charts to deploy a Supabase on Kubernetes
Apache License 2.0
452 stars 119 forks source link

Feat auth: allow additional secrets as env variables #63

Closed Mikey032 closed 2 months ago

Mikey032 commented 6 months ago

What kind of change does this PR introduce?

Feature

What is the current behavior?

It is currently not possible to pass values of other secrets to the auth service. This means adding external identity providers will cause you to add the secrets in plain text.

What is the new behavior?

By using envFrom we can reference a secret that contains all the env variables to configure for example an external identity provider.

Additional context

None

Mikey032 commented 2 months ago

@arpagon When can we merge this?