Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kong Authentication Request 401 #82

Open
Jacobsolawetz opened this issue Nov 21, 2023 · 4 comments
Open

Kong Authentication Request 401 #82

Jacobsolawetz opened this issue Nov 21, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@Jacobsolawetz
Copy link

Bug report

Describe the bug

On Friday, we had a working deployment of:

  • public.ecr.aws/u3p7q2r8/kong:latest
  • public.ecr.aws/supabase/gotrue:v2.69.2
  • public.ecr.aws/supabase/postgrest:v11.1.0

Today, we get:

POST /auth/v1/token?grant_type=password HTTP/1.1" 401 in the Kong service

To Reproduce

We have deployed this in a terraform script. So we will likely need to stay high level in this issue.

Question

It seems like public.ecr.aws/u3p7q2r8/kong:latest is overwritten on publish. Did anything change that would make this incompatible with older versions of auth?

Is there perhaps any way to publish those old tags so we can stabilize the kong service?

@Jacobsolawetz Jacobsolawetz added the bug Something isn't working label Nov 21, 2023
@Jacobsolawetz
Copy link
Author

Possible this is related to dee1583

@Jacobsolawetz
Copy link
Author

@mattrigg9 SOS

@Jacobsolawetz
Copy link
Author

This was due to the renaming to "SUPABASE_ANON_KEY" from "ANON_KEY" and "SUPABASE_SERVICE_KEY"

@gimdongwoo
Copy link

This was due to the renaming to "SUPABASE_ANON_KEY" from "ANON_KEY" and "SUPABASE_SERVICE_KEY"

Wow!, You saved me! Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants