From: garciadeblas Date: Tue, 24 Nov 2020 17:28:44 +0000 (+0000) Subject: Moved RBAC feature to Release6 folder X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FFeatures.git;a=commitdiff_plain;h=692a65a1a43e6f89f0edb16f2742985c695cc3be;hp=07f3b7507a946bf02ecdfcf85a06427828d0df84 Moved RBAC feature to Release6 folder Change-Id: I65acf74bf74447c2045036d113b6088ca94b4a81 Signed-off-by: garciadeblas --- diff --git a/Release5/RBAC_improvements_in_NBI_with_Keystone.md b/Release5/RBAC_improvements_in_NBI_with_Keystone.md deleted file mode 100644 index 8882bc9..0000000 --- a/Release5/RBAC_improvements_in_NBI_with_Keystone.md +++ /dev/null @@ -1,30 +0,0 @@ -# RBAC improvements in NBI with Keystone # - -## Proposer ## -- Gerardo Garcia (Telefonica) -- Alfonso Tierno (Telefonica) -- Francisco Javier Ramon (Telefonica) -- Eduardo Sousa (IT-Aveiro) -- Diogo Gomes (IT-Aveiro) - -## Type ## -**Feature** - -## Target MDG/TF ## -NBI, OSM_client - -## Description ## -The NBI module could benefit immediately of the advantages that Keystone would -provide to support and extend its RBAC functionality. Among other aspects, the -integration of Keystone would be expected to provide: -- Out of the box support of different backends for user authentication: LDAP, -Kerberos, etc. -- Would provide a simpler mean to configure, maintain and evolve the different -types of roles in OSM. -- Would open the path for internal modules to leverage on its token mechanisms -to enable or disable selectively some functionalities for a given user request. - -## Demo or definition of done ## -- Authenticate NBI users against an external user directory, such as LDAP. -- Configure some roles and check that they are applied accordingly (as -described in the corresponding Rel THREE feature). diff --git a/Release6/RBAC_improvements_in_NBI_with_Keystone.md b/Release6/RBAC_improvements_in_NBI_with_Keystone.md new file mode 100644 index 0000000..8882bc9 --- /dev/null +++ b/Release6/RBAC_improvements_in_NBI_with_Keystone.md @@ -0,0 +1,30 @@ +# RBAC improvements in NBI with Keystone # + +## Proposer ## +- Gerardo Garcia (Telefonica) +- Alfonso Tierno (Telefonica) +- Francisco Javier Ramon (Telefonica) +- Eduardo Sousa (IT-Aveiro) +- Diogo Gomes (IT-Aveiro) + +## Type ## +**Feature** + +## Target MDG/TF ## +NBI, OSM_client + +## Description ## +The NBI module could benefit immediately of the advantages that Keystone would +provide to support and extend its RBAC functionality. Among other aspects, the +integration of Keystone would be expected to provide: +- Out of the box support of different backends for user authentication: LDAP, +Kerberos, etc. +- Would provide a simpler mean to configure, maintain and evolve the different +types of roles in OSM. +- Would open the path for internal modules to leverage on its token mechanisms +to enable or disable selectively some functionalities for a given user request. + +## Demo or definition of done ## +- Authenticate NBI users against an external user directory, such as LDAP. +- Configure some roles and check that they are applied accordingly (as +described in the corresponding Rel THREE feature).