Jay Lee

Results 45 issues of Jay Lee

Today the minor version number is incremented for both true code changes (big fixes, new features) and routine updates to the API discovery docs. Ideally the version increment would reflect...

type: feature request
next major: breaking change

At: https://github.com/googleapis/google-api-python-client/blob/main/googleapiclient/discovery.py#L1495-L1497 we build `batch_uri` based off the hard-coded `rootUrl` discovery doc parameter. We do this even if mTLS endpoint was previously configured on `build()` thus using batch methods never...

type: bug
priority: p2

First stab at addressing #2440. - mTLS logic in `build_from_document` such as choosing the `mtlsRootUrl` should be executed even if we pass a custom `http` object in. - add an...

size: m

Allow admins to customize the lockdown message.

enhancement

Once the extension is reasonably stable in it's approach and ready for production use, publish it to the Chrome Web Store.

Currently the extension can only read allowed users from the device location field which some admins may be using for other purposes. This decision was made in order to keep...

enhancement

Some admins are seeing that when upgrading the Windows MSI for GAM, they are left with an incomplete installation. Files are missing from lib/ and this causes GAM to crash...

bug

Ideally the tool would provide a few examples of how to use it with existing Google Client Libraries like google-auth-python and Java. The code samples don't need to be complex,...

type: feature request
priority: p3
samples

When installed on MS Windows, enterprise-certificate-proxy requires the Windows VC++ Redist package to also be installed from: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170 If it is not installed gcloud commands will generally die with an...

type: bug
priority: p2

Today the command ``` gam user check serviceaccount ``` expects the admin user to grant GAM *ALL API scopes*. If a given scope is skipped or not given GAM calls...

enhancement