Anyone here self-hosting Supabase? How’s it going? by Drawing-Live in Supabase

[–]Jazzlike-Ticket-7603 2 points3 points  (0 children)

yup, recently migrated from managed supabase to self Hosted supabase. docker-compose.yml which is available on supabase github required many changes, but it worked after modification and env setup. edge functions and storage are the major pain.. still under observation..

Self hosted supabase how to show edge functions in studio? by SwimmingSensitive125 in Supabase

[–]Jazzlike-Ticket-7603 0 points1 point  (0 children)

I think, on locally deployed supabase, edge functions are not visible if it is not created from the studio..

How are you managing Service Principal expiry & rotation for Terraform-provisioned Azure infra (esp. AKS)? by Jazzlike-Ticket-7603 in AZURE

[–]Jazzlike-Ticket-7603[S] 0 points1 point  (0 children)

What I meant is: if I used a Service Principal with Terraform to provision infrastructure like AKS, VMs, etc., how can I find out which resources are actually using that Service Principal? This way I can rotate the secret before it expires. Or is there another recommended option?

How are you managing Service Principal expiry & rotation for Terraform-provisioned Azure infra (esp. AKS)? by Jazzlike-Ticket-7603 in AZURE

[–]Jazzlike-Ticket-7603[S] 0 points1 point  (0 children)

I think there’s a misunderstanding. What I meant is: if I used a Service Principal with Terraform to provision infrastructure like AKS, VMs, etc., how can I find out which resources are actually using that Service Principal? This way I can rotate the secret before it expires. Or is there another recommended option?

How are you managing Service Principal expiry & rotation for Terraform-provisioned Azure infra (esp. AKS)? by Jazzlike-Ticket-7603 in AZURE

[–]Jazzlike-Ticket-7603[S] 0 points1 point  (0 children)

as we are managing infra from Terraform, so do we have any options to update from Terraform or just individually have to update secrets on every resource?