supafull / magnetic

Demo/example with react-admin, electric-sql and local supabase with k3d/helm
MIT License
10 stars 3 forks source link

Enable proper AUTH_JWT_ALG and AUTH_JWT_KEY for electric #1

Open AntonOfTheWoods opened 4 months ago

AntonOfTheWoods commented 4 months ago

see the electric deployment.yaml

currently it's AUTH_MODE: insecure

alexmazaltov commented 3 months ago

I can't find deployment.yml file in the repository. Could you clarify the issue please.

AntonOfTheWoods commented 3 months ago

https://github.com/supafull/magnetic/blob/main/kube/chart/magnetic/templates/electric/deployment.yaml

But I've fixed this locally. I'll update later today!

alexmazaltov commented 3 months ago

Thank you for pointing the exact file location. Looking forward to see the issue solution.

Unfortunately i do not have experience with DevOps stuff, but it was interesting to read and trying to understand what is deployment.yml do.

I would like to learn more about it.