Peter C

Results 8 comments of Peter C

Do we care about backwards compatibility or is this PR to be intentionally backwards incompatible?

Hello! Have you `kubectl exec` into the access pod to run the database migrations and initial user/group import? ``` flask db upgrade flask init ``` Did you configure OIDC or...

That expected SENTRY_CLI_RC secret format looks correct. We could probably link to the documentation from Sentry's website https://docs.sentry.io/cli/configuration/

We're now using the Vite plugin for Sentry (in #325) which uses a more straightforward SENTRY_AUTH_TOKEN environment variable secret https://docs.sentry.io/platforms/javascript/sourcemaps/uploading/vite/

I agree that the text is a bit harder to read, is it possible to brighten the text a bit more so the contrast is a bit higher against the...

Prometheus metrics work by having an external process scrape an exposed http endpoint (eg. `/metrics`) that outputs the metrics. For this plugin to work, it would require the Access Flask...

Can you remove the `App Groups` header when there aren't any App Groups? ![Screenshot 2024-11-01 at 4 43 33 PM](https://github.com/user-attachments/assets/dfa1a1f7-d0dc-4b05-a9d0-32ee4ead9755)