|
OpenDaylight New Project Startup Help
When: Friday, May 30, 2014 11:00 AM-12:00 PM. (UTC-06:00) Central Time (US & Canada)
*~*~*~*~*~*~*~*~*~*
Guys,
As I suggested
When: Friday, May 30, 2014 11:00 AM-12:00 PM. (UTC-06:00) Central Time (US & Canada)
*~*~*~*~*~*~*~*~*~*
Guys,
As I suggested
|
By
Ed Warnicke (eaw) <eaw@...>
·
#1
·
|
|
Prep for the M2 milestone
Hello Liem and the developers on the AAA project.
In looking at the AAA release plan, I was surprised that there were no dependencies documented on other projects given that AAA will need to integrate
Hello Liem and the developers on the AAA project.
In looking at the AAA release plan, I was surprised that there were no dependencies documented on other projects given that AAA will need to integrate
|
By
Phil Robb <probb@...>
·
#2
·
|
|
Re: Prep for the M2 milestone
Hi Phil,
We will document dependencies before M2. Thanks for the reminder!
Liem
From: Phil Robb [mailto:probb@...]
Sent: Monday, June 02, 2014 10:18 PM
To: Nguyen, Liem Manh;
Hi Phil,
We will document dependencies before M2. Thanks for the reminder!
Liem
From: Phil Robb [mailto:probb@...]
Sent: Monday, June 02, 2014 10:18 PM
To: Nguyen, Liem Manh;
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#4
·
|
|
Re: Prep for the M2 milestone
Thanks Liem, and you are very welcome.
Phil.
Thanks Liem, and you are very welcome.
Phil.
|
By
Phil Robb <probb@...>
·
#3
·
|
|
Invitation: OpenDaylight New Project Startup Help @ Thu Jun 5, 2014 12:30am - 1:30am (probb@linuxfoundation.org)
more details »
OpenDaylight New Project Startup Help
The goal of this meeting is to help projects that are new to OpenDaylight setup and begin to use their infrastructure
more details »
OpenDaylight New Project Startup Help
The goal of this meeting is to help projects that are new to OpenDaylight setup and begin to use their infrastructure
|
By
Philip Robb <probb@...>
·
#5
·
|
|
AAA project dependencies...
Hi guys,
I updated the Wiki page to include some potential integration areas with other projects:
https://wiki.opendaylight.org/view/AAA:Helium#Expected_Dependencies_on_Other_Projects
Hi guys,
I updated the Wiki page to include some potential integration areas with other projects:
https://wiki.opendaylight.org/view/AAA:Helium#Expected_Dependencies_on_Other_Projects
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#6
·
|
|
Resend: AAA project dependencies...
Sorry for spamming if you got this twice… There was a hiccup with the mailing list.
Hi guys,
I updated the Wiki page to include some potential integration areas with other projects:
Sorry for spamming if you got this twice… There was a hiccup with the mailing list.
Hi guys,
I updated the Wiki page to include some potential integration areas with other projects:
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#7
·
|
|
ODL - Weekly AAA Project meeting
When: Thursday, June 12, 2014 6:00 PM-7:00 PM. (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna*~*~*~*~*~*~*~*~*~*
Agenda:
Status (https://trello.com/b/ehBCSGY3/opendaylight-aaa)
What was
When: Thursday, June 12, 2014 6:00 PM-7:00 PM. (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna*~*~*~*~*~*~*~*~*~*
Agenda:
Status (https://trello.com/b/ehBCSGY3/opendaylight-aaa)
What was
|
By
Wojciech Dec (wdec) <wdec@...>
·
#8
·
|
|
ODL AAA Project
When: Tuesday, June 17, 2014 6:00 PM-7:00 PM. (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
*~*~*~*~*~*~*~*~*~*
Additional call…
Likely agenda:
Continue current code discussion /
When: Tuesday, June 17, 2014 6:00 PM-7:00 PM. (UTC+01:00) Amsterdam, Berlin, Bern, Rome, Stockholm, Vienna
*~*~*~*~*~*~*~*~*~*
Additional call…
Likely agenda:
Continue current code discussion /
|
By
Wojciech Dec (wdec) <wdec@...>
·
#9
·
|
|
Musings about passing SecurityContexts between threads
Guys,
At the AAA meeting this week, as Liem was walking us through the code, he showed us attaching
security context to an InheritableThreadLocal store (meaning, its context is the thread or its
Guys,
At the AAA meeting this week, as Liem was walking us through the code, he showed us attaching
security context to an InheritableThreadLocal store (meaning, its context is the thread or its
|
By
Ed Warnicke (eaw) <eaw@...>
·
#10
·
|
|
Re: Musings about passing SecurityContexts between threads
I missed that meeting and thus don't have context, but my first question
is why do you need to do this at all? That is, in my world-view, the
incoming northbound request is steered to the appropriate
I missed that meeting and thus don't have context, but my first question
is why do you need to do this at all? That is, in my world-view, the
incoming northbound request is steered to the appropriate
|
By
Kent Watsen <kwatsen@...>
·
#11
·
|
|
Re: Musings about passing SecurityContexts between threads
I think that would call for a set of implementation which will talk to the ThreadLocal context, e.g. ExecutorService.submit() would look at the store and attach the current context to the work being
I think that would call for a set of implementation which will talk to the ThreadLocal context, e.g. ExecutorService.submit() would look at the store and attach the current context to the work being
|
By
Robert Varga -X (rovarga - Pantheon Technologies SRO@Cisco) <rovarga@...>
·
#12
·
|
|
Token-based authentication...
Hi everyone,
For Helium, AAA plans to deliver token-based authentication (vs what we do today which is HTTP basic). An example of that is documented in the “Running” section of the
Hi everyone,
For Helium, AAA plans to deliver token-based authentication (vs what we do today which is HTTP basic). An example of that is documented in the “Running” section of the
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#13
·
|
|
Re: [dlux-dev] Token-based authentication...
We are using MD-SAL APIs for dlux. In your release plan there is still a question mark on that, as we know MD-SAL does not have any authentication. Once you update your plan for MD-SAL API’s
We are using MD-SAL APIs for dlux. In your release plan there is still a question mark on that, as we know MD-SAL does not have any authentication. Once you update your plan for MD-SAL API’s
|
By
Harman Singh (harmasin) <harmasin@...>
·
#14
·
|
|
authn vs. authz
Hi Liem:
Thank you for sending out the sequence diagrams, they've been very
helpful. Also thank you for posting the code to a public git repo. The
code looks clean, nicely organized and
Hi Liem:
Thank you for sending out the sequence diagrams, they've been very
helpful. Also thank you for posting the code to a public git repo. The
code looks clean, nicely organized and
|
By
John Dennis
·
#15
·
|
|
Re: authn vs. authz
Hi John,
My response in-line below…
Cheers,
Liem
Hi John,
My response in-line below…
Cheers,
Liem
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#16
·
|
|
Re: authn vs. authz
On 06/16/2014 07:49 PM, Nguyen, Liem Manh wrote:
Hmm... for some reason my email client (Thunderbird) is having trouble
quoting your message in my reply (your text is a single long line
On 06/16/2014 07:49 PM, Nguyen, Liem Manh wrote:
Hmm... for some reason my email client (Thunderbird) is having trouble
quoting your message in my reply (your text is a single long line
|
By
John Dennis
·
#17
·
|
|
Re: authn vs. authz
Hi John,
I don't suggest hard-coding mapping logics... It should be some sort of JSON mapping file; there just won't be any API for it, unless someone has the bandwidth. For user/role assignment, we
Hi John,
I don't suggest hard-coding mapping logics... It should be some sort of JSON mapping file; there just won't be any API for it, unless someone has the bandwidth. For user/role assignment, we
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#18
·
|
|
I cannot get on WebEx today...
My laptop is down and I cannot get WebEx to work correctly on my Ubuntu box…. Let’s meet via #opendaylight-aaa today… sorry, guys.
Liem
My laptop is down and I cannot get WebEx to work correctly on my Ubuntu box…. Let’s meet via #opendaylight-aaa today… sorry, guys.
Liem
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#19
·
|
|
[packetcable] Beginning the RV discussion for Helium
First, apologies for the major email blast, but pretty much everybody gets covered by this one...
Second, apologies if I missed any projects that declared intent to be part of helium - I'm not 100%
First, apologies for the major email blast, but pretty much everybody gets covered by this one...
Second, apologies if I missed any projects that declared intent to be part of helium - I'm not 100%
|
By
Ryan Moats <rmoats@...>
·
#20
·
|