Fixed
Status Update
Comments
hb...@gmail.com <hb...@gmail.com> #2
Can you elaborate on the end goal/use-case? We have service accounts that are designed for non-interactive authentication: https://cloud.google.com/docs/authentication
do...@gmail.com <do...@gmail.com> #3
We both use Service accounts, API keys and OAuth client credentials in our projects. The first two types can be created using the gcloud command, such as 'gcloud beta iam service-accounts create some-account --display-name "My Service Account"' for a Service Account.
OAuth client credentials don't seem to be able to be created using the gcloud command as far as we know and need to be created through the developer console. Since we create new projects from time to time and setup our environments in those projects in an almost automated way, this step means we have to manually create the OAuth client credentials ergo blocking our automation.
OAuth client credentials don't seem to be able to be created using the gcloud command as far as we know and need to be created through the developer console. Since we create new projects from time to time and setup our environments in those projects in an almost automated way, this step means we have to manually create the OAuth client credentials ergo blocking our automation.
en...@google.com <en...@google.com> #4
Being able to automate changes to the consent screen with gcloud CLI would be very useful. Updating configuration for: Email address, Product name, Homepage URL, Product logo URL, Privacy policy URL, Terms of service URL.
en...@google.com <en...@google.com> #5
Same thing here but directly from an API.
There'shttps://cloud.google.com/resource-manager/docs/ to create a project,
but can't find any API to configure the Concent Oauth Screen and create new OAuth / API Keys.
Would be great to avoid unpleasing manual configuration for a lot a projects
thanks
There's
but can't find any API to configure the Concent Oauth Screen and create new OAuth / API Keys.
Would be great to avoid unpleasing manual configuration for a lot a projects
thanks
ea...@gmail.com <ea...@gmail.com> #6
We need this as well to be able to fully automate our projects. Our use case is using Cloud Identity-Aware Proxy which requires setting up the OAuth consent screen.
do...@gmail.com <do...@gmail.com> #7
We enable IAP programmatically for a large volume of backend services which are deployed by our development team for testing and review. Currently we have to use a horrible cludge and scrape the curl command out of the GUI. Why isn't this entity available via the API?
np...@gmail.com <np...@gmail.com> #8
The ability to add redirect URLs for existing ClientIDs would also be great
ge...@gmail.com <ge...@gmail.com> #9
co...@gmail.com <co...@gmail.com> #10
+1
en...@google.com <en...@google.com> #11
Interesting. There is a reason Google is not giving its customers this but we do not know it?
I am not sure we need a library or gcloud CLI feature for this, just an API that we may use.
Our team is also trying to do as others: create environments for different features in development, and each environment has its own unique URL which requires its own set of credentials or updating existing credentials.
This is frustrating and confusing. I also am confused why this page,https://developers.google.com/identity/protocols/OpenIDConnect , is allowed to at least query for the list of OAuth2 credentials if nothing is published for us to use.
I am not sure we need a library or gcloud CLI feature for this, just an API that we may use.
Our team is also trying to do as others: create environments for different features in development, and each environment has its own unique URL which requires its own set of credentials or updating existing credentials.
This is frustrating and confusing. I also am confused why this page,
Description
i get the above warning whenever installing an app to the Android 4.4.2 Kitkat emulator with x86 sysimg. I am using "adb install" from the command line on Os X 10.9.2
Host OS: OS X 10.9.2
SDK tools version: 22.6.2
Platform targeted by your project: android-19
Version of the platform running in the emulator: android-19
STEPS TO REPRODUCE:
1. Run "adb install <apk-file>
EXPECTED RESULTS:
Output without warning:
Success
OBSERVED RESULTS:
WARNING: linker: libdvm.so has text relocations. This is wasting memory and is a security risk. Please fix.
Success