Christopher Brookes
Christopher Brookes
We definitely need that release in my org too.
Hello, is adding the --copy-files flag planned aswell ?
There is a difference in output directory structure when using swcx cli vs classic swc. `npx swcx compile src --out-dir dist` will generate : ``` ➜ swc tree dist dist...
> If it's any help, my team did an upgrade from `v1.7.3` to `v1.8.7` and saw a massive memory leak. > > I gleamed through the diff, but I'm completely...
Hello, any chance to get that reviewed ? It will helps a lot to reduce the risk of generating a json key. Thanks !
Hello, you need to authenticate as a service account, not an end-user. `gcloud auth application-default login --impersonate-service-account [email protected]` Of course your end-user will need specific permission like Service Account User...
Hum yes you're right, it does not simply work on my local computer either. I figured it out how to make it works but it requires a lot of changes...
@blue-hope i think we might need your help on this one. I tried some code on my laptop, it works when we tweak the function `getAccessToken` of class `ImpersonatedServiceAccountCredential `...
It's not that simple because you need to call the route `iamcredentials.googleapis.com` with an access token from the source user in order to get the access token for the service...