Natan Yellin
Natan Yellin
Slack or stdout? On Mon, 16 Jan 2023, 5:50 Tw1ce, ***@***.***> wrote: > Any updates? I also interested in ability to gather all events, not just > warnings, filter them...
@JustAnotherDevOps would love to get any feedback on the new sink.
It's been two years, so closing this. We're OK keeping the current organization for now.
Closing, as I believe this is fixed. Feel free to re-open if there are any more issues.
/remove-lifecycle rotten This is a fairly major issue for us!
@mdrakiburrahman what's the memory usage if you apply that patch vs without it?
I've been testing and I'm nearly certain now that the [RLS docs (for SSO)](https://supabase.com/docs/guides/auth/sso/auth-sso-saml#row-level-security) are wrong and dangerous. E.g. a malicious user can bypass the suggested RLS policy by changing...
I'm starting to suspect that this is a bug and these values were intended to be mapped to `raw_app_meta_data` not `raw_auth_users` For example, from [the SSO docs](https://supabase.com/docs/guides/auth/sso/auth-sso-saml#understanding-attribute-mappings): ![Screenshot 2024-02-20 at...
@divmgl is there a secure way to check claims and groups from SSO? The data seems to be reflected in auth.identities, but there are no clear docs saying you can...
@encima `raw_app_meta_data` doesn't work for this. The code you shared allows you to add your own claims to `raw_app_meta_data`. It doesn't let you access existing claims that exist on the...