|
Re: [OpenDaylight Discuss] On multi-tenancy support
Hi Dave,
Thanks for this detailed information. I will ask more in case of questions.
BR/Luis
Hi Dave,
Thanks for this detailed information. I will ask more in case of questions.
BR/Luis
|
By
Luis Gomez
·
#61
·
|
|
AAA Status meeting moved this week only 1 hour later
Unless someone has a WebEx key, we will be meeting on Hangout:
https://plus.google.com/hangouts/_/event/cqpjp7haq1vps00g6sco21ac4a8
Thanks,
Liem
Unless someone has a WebEx key, we will be meeting on Hangout:
https://plus.google.com/hangouts/_/event/cqpjp7haq1vps00g6sco21ac4a8
Thanks,
Liem
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#62
·
|
|
maven build fail for feature-aaa
Hi
I don’t know if someone already filed a bug for this or not, when I tried to do a maven build from head, I got the following error.
It looks like something related to karaf.
[INFO]
Hi
I don’t know if someone already filed a bug for this or not, when I tried to do a maven build from head, I got the following error.
It looks like something related to karaf.
[INFO]
|
By
George Zhao <George.Y.Zhao@...>
·
#63
·
|
|
Project dependency question
Hello,
I saw on the spreadsheet, AAA has dependencies on Yangtools and MD-SAL, however, I can only see yangtools dependency through maven pom.xml, I wonder if someone can explain to me where is
Hello,
I saw on the spreadsheet, AAA has dependencies on Yangtools and MD-SAL, however, I can only see yangtools dependency through maven pom.xml, I wonder if someone can explain to me where is
|
By
George Zhao <George.Y.Zhao@...>
·
#64
·
|
|
Re: Project dependency question
Hi,
MD-SAL dependency is coming in from the AuthZ service piece, which hasn't been committed yet. Moreover the APIs generated by Yangtools depend on the MD-SAL broker components to get them to
Hi,
MD-SAL dependency is coming in from the AuthZ service piece, which hasn't been committed yet. Moreover the APIs generated by Yangtools depend on the MD-SAL broker components to get them to
|
By
Wojciech Dec
·
#65
·
|
|
Re: [OpenDaylight Discuss] On multi-tenancy support
Hi Luis,
the currently proposed AuthZ service data-model + API factor in a multi-tenancy aspect by allowing authorization policies for resources to be nested covering multiple domains.
You can find
Hi Luis,
the currently proposed AuthZ service data-model + API factor in a multi-tenancy aspect by allowing authorization policies for resources to be nested covering multiple domains.
You can find
|
By
Wojciech Dec
·
#66
·
|
|
Re: Project dependency question
Thanks for the explanation.
BR,
George
Thanks for the explanation.
BR,
George
|
By
George Zhao <George.Y.Zhao@...>
·
#67
·
|
|
Re: maven build fail for feature-aaa
Hi Zhao,
This has been fixed a week or so ago… Please pull the latest and let me know if it is still broken for you.
Hmm.. wonder why Jenkins did not catch it… Will investigate….
Hi Zhao,
This has been fixed a week or so ago… Please pull the latest and let me know if it is still broken for you.
Hmm.. wonder why Jenkins did not catch it… Will investigate….
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#68
·
|
|
AuthN and netconf-tcp, netconf-ssh
Liem,
Robert is wanting to explore using AAA for netconf-tcp and netconf-ssh for Helium.
As we’ve discussed, the need here is for netconf-{tcp,ssh} to be able to present credentials
to authN, and
Liem,
Robert is wanting to explore using AAA for netconf-tcp and netconf-ssh for Helium.
As we’ve discussed, the need here is for netconf-{tcp,ssh} to be able to present credentials
to authN, and
|
By
Ed Warnicke (eaw) <eaw@...>
·
#69
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Hi Robert,
AAA comes a built-in IdM server with a set of REST API to manage users/roles/domains. You can use this API to validate credentials from your service, basically passing in
Hi Robert,
AAA comes a built-in IdM server with a set of REST API to manage users/roles/domains. You can use this API to validate credentials from your service, basically passing in
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#70
·
|
|
Documentation meeting for AAA
https://plus.google.com/hangouts/_/event/cqpjp7haq1vps00g6sco21ac4a8
https://plus.google.com/hangouts/_/event/cqpjp7haq1vps00g6sco21ac4a8
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#71
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Liem,
We would need a direct Java binding… do you have DOCs on how to do that?
Ed
Liem,
We would need a direct Java binding… do you have DOCs on how to do that?
Ed
|
By
Ed Warnicke (eaw) <eaw@...>
·
#72
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
No, we don't have any formal doc on that yet (will be Javadoc as soon as we get the IdM server integrated); but, it will be part of the OSGi IdmService. I will provide more developer info as soon as
No, we don't have any formal doc on that yet (will be Javadoc as soon as we get the IdM server integrated); but, it will be part of the OSGi IdmService. I will provide more developer info as soon as
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#73
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Hi Robert,
While we are working on integrating the IdM server (almost there!), this is the service you can obtain from OSGi to do the authentication:
Hi Robert,
While we are working on integrating the IdM server (almost there!), this is the service you can obtain from OSGi to do the authentication:
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#74
·
|
|
Installing AAA in Karaf...
Hi guys,
Here are the steps I go through to get AAA installed on Karaf (the install stuff should go into the installation guide later, but at least just the contents for now):
1. Build
Hi guys,
Here are the steps I go through to get AAA installed on Karaf (the install stuff should go into the installation guide later, but at least just the contents for now):
1. Build
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#75
·
|
|
Re: Installing AAA in Karaf...
FYI…
>> There may be a better way to hot deploy your code, but I don’t know how to do it yet…
Bundle:watch <bundle id> will allow you to hot deploy your bundle when you build it.
FYI…
>> There may be a better way to hot deploy your code, but I don’t know how to do it yet…
Bundle:watch <bundle id> will allow you to hot deploy your bundle when you build it.
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#76
·
|
|
Question on Karaf pax-exam
Hi Mathieu,
I found a linky on the Wiki for writing integration tests on Karaf:
Hi Mathieu,
I found a linky on the Wiki for writing integration tests on Karaf:
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#77
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Hey Liem,
This looks like an API Maros (CC’d) will need to migrate the NETCONF bits away from AD-SAL.
Thanks,
Robert
From: Nguyen, Liem Manh [mailto:liem_m_nguyen@...]
Hey Liem,
This looks like an API Maros (CC’d) will need to migrate the NETCONF bits away from AD-SAL.
Thanks,
Robert
From: Nguyen, Liem Manh [mailto:liem_m_nguyen@...]
|
By
Robert Varga -X (rovarga - Pantheon Technologies SRO@Cisco) <rovarga@...>
·
#78
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Hi Robert,
I am not sure I quite understand your comment about API macro, but the AuthN piece in AAA is designed to be independent of either AD-SAL or MD-SAL.
Regards,
Liem
Hi Robert,
I am not sure I quite understand your comment about API macro, but the AuthN piece in AAA is designed to be independent of either AD-SAL or MD-SAL.
Regards,
Liem
|
By
Nguyen, Liem Manh <liem_m_nguyen@...>
·
#79
·
|
|
Re: AuthN and netconf-tcp, netconf-ssh
Liem,
Think of it this way:
We have a bundle. The bundle gets user credentials. It needs to via a java service ask the AuthN to whether
those credentials are valid or not (and what roles they
Liem,
Think of it this way:
We have a bundle. The bundle gets user credentials. It needs to via a java service ask the AuthN to whether
those credentials are valid or not (and what roles they
|
By
Ed Warnicke (eaw) <eaw@...>
·
#80
·
|