Re: [google-appengine] where to put credentials?

2013-11-15 Thread stephanos
Thanks for the ideas, guys!

PS: I found an existing issue that demands the possibility to set 
environment variables via the admin UI: 
https://code.google.com/p/googleappengine/issues/detail?id=3383


On Friday, November 15, 2013 10:20:31 PM UTC+1, Alejandro González Rodrigo 
wrote:
>
> I use resource files to store credentials and on app start i copy them in 
> to a global config entity en the datastore. I cache it for fast access 
> aswell.
>
> Cheers
> El 15/11/2013 11:19, "stephanos" > 
> escribió:
>
>> Hi there,
>>
>> my project currently stores API keys and other credentials in the source 
>> code. That's far from ideal.
>> In Heroku you can set global environment variables which are a great 
>> place to store those sensitive information.
>>
>> So - where do you put your credentials?
>>
>> Cheers
>> Stephan
>>
>> -- 
>> 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-appengi...@googlegroups.com .
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> Visit this group at http://groups.google.com/group/google-appengine.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] where to put credentials?

2013-11-15 Thread Alejandro González Rodrigo
I use resource files to store credentials and on app start i copy them in
to a global config entity en the datastore. I cache it for fast access
aswell.

Cheers
El 15/11/2013 11:19, "stephanos"  escribió:

> Hi there,
>
> my project currently stores API keys and other credentials in the source
> code. That's far from ideal.
> In Heroku you can set global environment variables which are a great place
> to store those sensitive information.
>
> So - where do you put your credentials?
>
> Cheers
> Stephan
>
> --
> 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 this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> For more options, visit https://groups.google.com/groups/opt_out.
>

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


[google-appengine] where to put credentials?

2013-11-15 Thread stephanos
Hi there,

my project currently stores API keys and other credentials in the source 
code. That's far from ideal.
In Heroku you can set global environment variables which are a great place 
to store those sensitive information.

So - where do you put your credentials?

Cheers
Stephan

-- 
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 this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.