[google-appengine] How to use Docker Bench for Security for image on Google Cloud?

2020-02-25 Thread Kenny Lo
Hi all, I have an image in Container Registry and deployed to App Engine flex. How do I use Docker Bench for Security to check my containers security? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and

[google-appengine] Re: Error code 121

2013-12-05 Thread Kenny
Yeah, I've been getting a lot of these as well. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to

[appengine-java] Re: google_sql.jar has dependency on unsupported API ?

2011-12-21 Thread kenny
Flori floonweb@... writes: Same problem here. Unlike you I was able to delete the google_sql.jar using the Project Explorer. Then I was able to proceed with launch (even if errors exist). Any other solution? I got the same problem ... Somebody tell me what happened ? if the problem is

[appengine-java] Key only query

2011-01-20 Thread Kenny
According to: http://code.google.com/appengine/docs/java/datastore/jdo/queries.html#Queries_on_Keys We are suppose to be able to get Key only query. But according to this: http://groups.google.com/group/google-appengine/browse_thread/thread/c9ef645f0f77a53e Key only result doesn't work. Has

[google-appengine] Other Quotas With Warnings

2009-10-08 Thread Kenny
) It's the first time I've seen it... (obviously since they are only show when they have warnings. The rest of my quota are Okay. Can anyone shed some light on this? Kenny --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[google-appengine] Re: Authentication

2009-09-09 Thread Kenny Dunn
I'm in a similar situation. Although, what I really want is to be able to securely identify the user of a Google gadget (on their apps 'iGoogle' page) within the app on the app engine. So far, no luck on either front. On Sep 7, 6:55 pm, woola kevinh...@gmail.com wrote: Has anyone used Google

[google-appengine] Google Gadgets

2009-09-04 Thread Kenny Dunn
I'm needing to develop an app that will be accessed via a Google gadget (iGoogle). The app needs to be able to identify the user accessing (email address would work perfectly). The identification has to be something that can't be faked or hacked. I've looked at OAuth and OpenID but haven't gotten