Moved RBAC feature to Release6 folder 25/10025/1
authorgarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 24 Nov 2020 17:28:44 +0000 (17:28 +0000)
committergarciadeblas <gerardo.garciadeblas@telefonica.com>
Tue, 24 Nov 2020 17:28:44 +0000 (17:28 +0000)
Change-Id: I65acf74bf74447c2045036d113b6088ca94b4a81
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
Release5/RBAC_improvements_in_NBI_with_Keystone.md [deleted file]
Release6/RBAC_improvements_in_NBI_with_Keystone.md [new file with mode: 0644]

diff --git a/Release5/RBAC_improvements_in_NBI_with_Keystone.md b/Release5/RBAC_improvements_in_NBI_with_Keystone.md
deleted file mode 100644 (file)
index 8882bc9..0000000
+++ /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 (file)
index 0000000..8882bc9
--- /dev/null
@@ -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).