Robert
Robert
> As of version [v0.13.0, client side service accounts and impersonation](https://docs.pomerium.io/docs/upgrading.html#client-side-service-accounts-removed) have been removed in an effort limit the attack surface area. Sorry for not circling back on this issue...
It looks like [programmatic access](https://www.pomerium.com/docs/topics/programmatic-access.html) solves *some* of the use case here, but there's no obvious way to authenticate as a non-real account. For example, as a Google Cloud Service...
My prometheus behind pomerium scraping worked for ~10 days, and then the JWT appears to have expired or otherwise become invalid. Poking at the logs, it looks like maybe the...
Actually, the Pomerium JWT has the 10 day expiration. Looks like what I'm looking for is the M2M functionality which is part of the enterprise product. see https://github.com/pomerium/pomerium/issues/2307
@subdavis Thanks for being willing to consider / look into reducing the scopes and breadth of access needed. Sorry about the frustration you had with the developer support. It's probably...
Not arguing that the current CSV file is unwieldy, but it's easier to automatically process than multiple-tabs. It contains _all_ the data, which is sometimes what you want in a...
I think "compact and efficient to review" might be something that comes from the other views, while the "big one" is for those cases where you want all the data,...
I had some time to poke at this this afternoon, and it's not straightforward. @pombredanne @AyanSinhaMahapatra Do you have any documentation on how `paths` is supposed to work. If I'm...
I can replicate this on v4.6.0 on a Pi Zero W. It hangs if I run as my user (which is a member of group `gpio`) but works fine running...
Found > WARNING: this might make your Pi unresponsive, if this happens, you should either run the code as root, or add `dtoverlay=gpio-no-irq` to `/boot/config.txt` and restart your pi, in...