Denis Loginov
Denis Loginov
### Expected behavior Jib should respect task dependencies specified in `build.gradle`. ### Actual behavior Jib appears to be using a "raw" `jibDockerBuild` task, without relying on its possible task dependencies...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
### Community Note * Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to the original issue to help the community and maintainers prioritize this request * Please do...
Hi Team, We're exploring whether GCR could be used with "requester pays" artifact buckets, so that users in other projects could pull from our public GCR repos, but pay for...
Hi folks, Does GCE Ingress support the [URL redirect](https://cloud.google.com/load-balancing/docs/url-map-concepts#url-redirects) feature of GCE LB? I've seen `defaultUrlRedirect` mentioned in the [code](https://github.com/kubernetes/ingress-gce/blob/951827341a53e783698632b1fec9d187dcc43474/pkg/composite/gen.go#L2435), however I'm trying to understand if it's actually usable inside...
- [x] I confirm that this is an issue rather than a question. ## Bug report Currently, it appears we can use Admin API calls over JSON RPC/HTTP requests _only_...
Hi Team, Would it be possible to enable optional logging of all requests? For HTTP functions, it'd be helpful to see response status and some basic metrics like request latency,...
## Detailed Description Would it be possible to report all permission errors clearly when running the benchmarks? ## Context Currently, when we run them on a project and it returns...
Hi Team, It appears that `clearCachedTokensScopes()` does not work as intended, because it references `this.username` and that parameter is `undefined`. When instantiating `CognitoAuth`, `this.username` is set to `this.getLastUser()` (and this...
Hi Team, It looks like currently the 'opt-in' setting to remember user devices is ignored, as there's no dialog to confirm it. Are there plans to add it to the...