Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-29 Thread Angus Salkeld
On 29/01/14 10:17 -0800, Georgy Okrokvertskhov wrote: Hi Angus, Let me share my view on this. I think we need to distinguish implementation and semantics. Context means that you provide an information for method but method will not keep or store this information. Method does not own context but

Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-29 Thread Georgy Okrokvertskhov
Hi Angus, Let me share my view on this. I think we need to distinguish implementation and semantics. Context means that you provide an information for method but method will not keep or store this information. Method does not own context but can modify it. Context does not explicitly define what

Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-28 Thread Angus Salkeld
On 28/01/14 07:13 -0800, Georgy Okrokvertskhov wrote: Hi, From my experience context is usually bigger then just a storage for user credentials and specifics of request. Context usually defines an area within the called method should act. Probably the class name RequestContext is a bit confusing

Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-28 Thread Georgy Okrokvertskhov
Hi, >From my experience context is usually bigger then just a storage for user credentials and specifics of request. Context usually defines an area within the called method should act. Probably the class name RequestContext is a bit confusing. The actual goal of the context should be defined by a

Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-27 Thread Angus Salkeld
On 27/01/14 22:53 +, Adrian Otto wrote: On Jan 27, 2014, at 2:39 PM, Paul Montgomery wrote: Solum community, I created several different approaches for community consideration regarding Solum context, logging and data confidentiality. Two of these approaches are documented here: https:/

Re: [openstack-dev] [Solum] Oslo Context and SecurityContext

2014-01-27 Thread Adrian Otto
On Jan 27, 2014, at 2:39 PM, Paul Montgomery wrote: > Solum community, > > I created several different approaches for community consideration > regarding Solum context, logging and data confidentiality. Two of these > approaches are documented here: > > https://wiki.openstack.org/wiki/Solum/L