Andrew, what about creating a new Gmail account and adding it as a developer? Unfortunately, this is one of those situations where you need to find the balance between security and convenience. I'd suggest creating a new Gmail account, adding it as a developer, saving the password in cleartext and just locking down the Hudson server.
On Sun, Aug 8, 2010 at 2:14 PM, achew22 <[email protected]> wrote: > I'm currently playing with Hudson as a CI system for my App Engine > project. In Hudson there is a plugin to run a script after a build is > complete and passes all unit tests. I am interested in telling the > Hudson server to deploy that change to app engine. There are 2 > developers working on this and neither of us is interested in putting > our password in plain text on the Hudson server. > > I discovered that by running (thanks to http://madebysofa.com) > echo "$APPENGINE_PASSWORD" | /usr/local/bin/python /usr/local/bin/ > google_appengine/appcfg.py --no_cookies -e $APPENGINE_LOGIN --passin > update $SVN_DIR > I could deploy using my username and password. Is there a way to get > an account set up to be able to deploy our app but doesn't have SMS > verification (Sorry, I don't have a spare phone number)? Is it > possible to create a cookie that goes in from one of the developers > that would only allow deploy and not give access to our email/calendar/ > etc.? > > Thank you in advance. > > Sincerely, > Andrew Allen > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- Ikai Lan Developer Programs Engineer, Google App Engine Blog: http://googleappengine.blogspot.com Twitter: http://twitter.com/app_engine Reddit: http://www.reddit.com/r/appengine -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
