RE: Using ACLs in JSON

2013-05-24 Thread Carlos Nepomuceno
13 12:08:03 -0700 > Subject: Re: Using ACLs in JSON > From: peter.h.m.bro...@gmail.com > To: python-list@python.org > > On May 24, 6:13 pm, Carlos Nepomuceno > wrote: >> Not exactly what you want but you may consider Google ACL XML[1]. >> >> If there aren't an

Re: Using ACLs in JSON

2013-05-24 Thread Peter Brooks
On May 24, 6:13 pm, Carlos Nepomuceno wrote: > Not exactly what you want but you may consider Google ACL XML[1]. > > If there aren't any system integration restrictions you can do what you think > it's best... for now. > > [1]https://developers.google.com/storage/docs/accesscontrol#applyacls > Th

Re: Using ACLs in JSON

2013-05-24 Thread Peter Brooks
On May 24, 6:42 pm, Michael Torrie wrote: > On 05/24/2013 02:18 AM, Peter Brooks wrote: > > > I'm designing a system that should allow different views to different > > audiences. I understand that I can use application logic to control > > the access security, but it seems to me that it'd make mor

Re: Using ACLs in JSON

2013-05-24 Thread Michael Torrie
On 05/24/2013 02:18 AM, Peter Brooks wrote: > I'm designing a system that should allow different views to different > audiences. I understand that I can use application logic to control > the access security, but it seems to me that it'd make more sense to > have this documented in the data-stream

RE: Using ACLs in JSON

2013-05-24 Thread Carlos Nepomuceno
gt; Date: Fri, 24 May 2013 01:18:06 -0700 > Subject: Using ACLs in JSON > From: peter.h.m.bro...@gmail.com > To: python-list@python.org > > I'm designing a system that should allow different views to different > audiences. I understand that I can use application logic to control

Using ACLs in JSON

2013-05-24 Thread Peter Brooks
I'm designing a system that should allow different views to different audiences. I understand that I can use application logic to control the access security, but it seems to me that it'd make more sense to have this documented in the data-stream so that it's data-driven. I was wondering if there