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
This way I can use it a Kubernetes cronjob that needs to POST to an
IAP enabled endpoint :)
example usage:
```
$ docker build . -t iap_curl
$ docker run -v ~/Downloads:/data -e
GOOGLE_APPLICATION_CREDENTIALS=/data/cool-proj-b96f2ba9d683.json -e
IAP_CLIENT_ID=999991111111-asdfdeabdefedeadbeef123456789nkl.apps.googleusercontent.com
--rm -it iap_curl -X POST https://mycoolapp.com/v1/rentals/promote
```
0 commit comments