Open Obeyed opened 11 months ago
Hey the notice is really about not using that with a custom role for now. It will be using authenticated
or there'll be another way to define roles in the future.
I will fix the issue for removing it.
Do we have any updates on this issue? This deprecation was introduced two years ago #599 and there is no other option to set default role during user registration/creation (except manual change in database or through the admin API).
@hf What was the purpose of marking it as deprecated if there is no other way to configure it? My understanding is that it should not be marked as deprecated until the new/other way of configuration will be available. This change is very confusing and is raising a lot of questions when we dive into logs.
Bug report
Describe the bug
When
GOTRUE_JWT_DEFAULT_GROUP_NAME=authenticated
environment variable is not set then newly created users will have an emptyrole
which breaks assumptions and results inrole "" does not exist
when postgrest and the database try to look up the role.There is a deprecation warning regarding
GOTRUE_JWT_DEFAULT_GROUP_NAME
but removing it seems to break things. What's the correct solution if this environment variable is being removed in the near future?To Reproduce
Don't set the
GOTRUE_JWT_DEFAULT_GROUP_NAME=authenticated
environment variable and invite a new user. Therole
column in theauth.users
table will be empty.Expected behavior
The
role
column is expected to be set otherwiseAdditional context
Tried with docker image
supabase/gotrue:v2.132.0
There is an old issue related to this that was closed by the auther, see: https://github.com/supabase/gotrue/issues/948