iap_curl
                                
                                
                                
                                    iap_curl copied to clipboard
                            
                            
                            
                        A CLI that is curl wrapper for making HTTP request to IAP-protected app, more easier than curl
Hey, thanks so much for writing the oauth flow. I have a slightly different use-case (writing the Bearer token to a file for use by other programs), but I couldn't...
Request to IAP app from the browser by using iap_curl logic
[Source code](https://github.com/b4b4r07/iap_curl/blob/master/iap.go#L50-L54) demonstrates that we must have a JSON private key for a service account in order to complete the IAP authentication flow. It's actually not clear if this is...
When the service has TLS over a self-signed certificate, iap_curl (which uses curl) returns the standard error: ``` curl: (60) SSL certificate problem: self signed certificate More details here: https://curl.haxx.se/docs/sslcerts.html...