You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As alluded to in #3, quote: I'm however not really running this in Podman/Docker on a Desktop like Fedora Workstation with -v ~/.prometheus-gmail-exporter/:/root/.prometheus-gmail-exporter/, but starting the container "headlessly", using Google Cloud Run.
The auth story and current doc doesn't really "just work" like this - the goal of this issue is to document how to run container on headless server or some cloud infra in the README.
It's not really clear to me yet how this relates to the (quote #8) port of the python version to do "online auth", rather than the "offline auth" ... @jamesread would that help for this deployment model?
The principle is probably applicable to both the Python version (master branch right now) and the Golang port branch.
The text was updated successfully, but these errors were encountered:
The "online auth", means that the OAuth flow needs to be able to post back to the python script, running as a daemon in Google Cloud Run. If that's possible, then the "online auth" should work.
I've always run this in a container, so I preferred "offline auth" (where you copy and paste a code at startup), as those containers often didn't have inbound access for the OAuth flow.
vorburger
added a commit
to vorburger/prometheus-gmail-exporter
that referenced
this issue
Jan 5, 2023
As alluded to in #3, quote: I'm however not really running this in Podman/Docker on a Desktop like Fedora Workstation with -v ~/.prometheus-gmail-exporter/:/root/.prometheus-gmail-exporter/, but starting the container "headlessly", using Google Cloud Run.
The auth story and current doc doesn't really "just work" like this - the goal of this issue is to document how to run container on headless server or some cloud infra in the README.
It's not really clear to me yet how this relates to the (quote #8) port of the python version to do "online auth", rather than the "offline auth" ... @jamesread would that help for this deployment model?
The principle is probably applicable to both the Python version (
master
branch right now) and the Golang port branch.The text was updated successfully, but these errors were encountered: