Results 29 comments of Andrea Giardini

@bojeil-google thank you for the clarification, that makes sense. Do you have an ETA for backend support for tenant-scoped session cookies? That would be pretty useful

I had the same problem with Nginx reverse-proxy behind Amazon ELB (doing ssl termination). Forcing the protocol to `https` fixes the problem

@Nick-Harvey I think you should modify `proxy_set_header X-Forwarded-Proto $scheme` to `proxy_set_header X-Forwarded-Proto https`

One more report over here is about the exact same issue on the same query. In our case, this happens when opening a Single sensor page with many runs. I...

> we don't force OSS users to apply migrations from release to release Why not though? It's the first time I see this type of strategy and I fully understand...

Hello @lautaro79 I would recommend avoiding JSON keys and relying on Google Workload Identity. The integration is much smoother and you won't need to handle JSON keys in your Kubernetes...

@arithmetic1728 I stumbled upon this issue recently. Any plan to add support for user credentials? Or pointer in the right direction?

@garethbrickman This should also be marked as "docs" rather than `feature-request`. The current recommendations for logging are inaccurate