etzelc

Results 6 comments of etzelc

Seeing this error in our BitBucket Pipeline (including current pre-release version 1.149.4) when executing `npx supabase start` ``` Status: Downloaded newer image for public.ecr.aws/supabase/postgres-meta:v0.79.5 failed to create docker container: Error...

Thanks for the clarification and the workaround. I hadn't read it that way from the documentation. I came across the issue because when you specify a custom directory for the...

Hi @staaldraad, I suggest modifying the regex to match all characters allowed in a JWT according to their Base64url-Encoding specification (see RFC7515 - 2. Terminology: Base64url-Encoding https://datatracker.ietf.org/doc/html/rfc7515#section-2 ). This adds...

For the `DEBUG` logs from `websockets`, it might be possible to apply the filter to the websocket logger as well. (untested) ``` websockets_logger = logging.getLogger('websockets') websockets_logger.addFilter(TokenMaskingFilter()) ```

Hi @o-santi. I initially reported this through HackerOne because this was the issue we were facing: In a Kubernetes cluster with centralized logging and monitoring, logs containing sensitive information like...

I see this still happen in version 1.145 with the command `doctl registry repository list-v2 --format Name` Output: ``` Name Latest Manifest Latest Tag Tag Count Manifest Count Updated At...