Re: [google-appengine] Including my own file as part of a golang GAE deployment

2015-05-18 Thread Ryan
Salutations!

As Karl mentioned having files in the app are not safe. One option would be 
to upload it to GCS bucket  
and setup the ACL's to protect the file 
. Store the Key in 
datastore to keep the separated.

Happy coding!


On Friday, May 15, 2015 at 2:12:11 PM UTC-4, Karl MacMillan wrote:
>
>  Can I suggest that it is not really safer to store the encrypted data on 
> the server if the key is there as well. If your main concern is not storing 
> the sensitive information in the source code repository you might as well 
> make the decryption part of the build or a custom deployment script.
>
> Karl
>  
>  On May 15, 2015, at 2:07 PM, Mobile Web Dev  
> wrote:
>
> Hello, I want to include a binary file the contains come sensitive AES 
> encrypted info that I do not want included in the go source.  The go server 
> will read it and decrypt it.
>
> How Can I deploy this app and what would the file spec look like to read 
> it in my go server app?  I would assume something ./myfile.dat
>  
>
> Thanks!
>   
> -- 
> 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.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/b706de27-da84-454e-ad56-ee2f42dd9a68%40googlegroups.com
>  
> 
> .
> For more options, visit https://groups.google.com/d/optout. 
>
>  

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/3fcf7e19-e68d-4947-bdad-718b57b8c1bb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Including my own file as part of a golang GAE deployment

2015-05-15 Thread Karl MacMillan
  Can I suggest that it is not really safer to store the encrypted data on the 
server if the key is there as well. If your main concern is not storing the 
sensitive information in the source code repository you might as well make the 
decryption part of the build or a custom deployment script.


Karl



> On May 15, 2015, at 2:07 PM, Mobile Web Dev  wrote:
> 
> 
> Hello, I want to include a binary file the contains come sensitive AES 
> encrypted info that I do not want included in the go source.  The go server 
> will read it and decrypt it.
> 
> How Can I deploy this app and what would the file spec look like to read it 
> in my go server app?  I would assume something ./myfile.dat
> 
> 
> 
> 
> Thanks!
> 
> 
> 
> 
> 
> 
> 
> -- 
> 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
> .
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/google-appengine/b706de27-da84-454e-ad56-ee2f42dd9a68%40googlegroups.com
> .
> For more options, visit https://groups.google.com/d/optout
> .

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/FA5ECB2C-01E7-4DD0-AD21-107D5BD8D3AB%40rakkoon.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Including my own file as part of a golang GAE deployment

2015-05-15 Thread Mobile Web Dev
Hello, I want to include a binary file the contains come sensitive AES 
encrypted info that I do not want included in the go source.  The go server 
will read it and decrypt it.

How Can I deploy this app and what would the file spec look like to read it 
in my go server app?  I would assume something ./myfile.dat


Thanks!

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/b706de27-da84-454e-ad56-ee2f42dd9a68%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.