I was wondering what the status of Cloud Identity Aware Proxy integration with the second gen runtimes (specifically Python 3.7). I would like to authenticate a Service Account to invoke my application from an on-premise server and it seems like IAP is good method for doing this (in addition to restricting firewall).
However, the documentation doesn't make it clear what approach to take to integrate since it requires Users API for standard environment (which isn't supported by Python 3.7). Do I need to use either first-gen Standard or switch to Flexible?