From 55a9e5257c753f2512994b97ab89b2b8ea4daa82 Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Tue, 13 Oct 2009 15:54:44 +0000 Subject: [PATCH] added hmac and rawdisk sliver tag types --- db-config.d/04-slicetags | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/db-config.d/04-slicetags b/db-config.d/04-slicetags index 352352a..4189e86 100644 --- a/db-config.d/04-slicetags +++ b/db-config.d/04-slicetags @@ -126,7 +126,19 @@ slicetag_types = \ {'tagname': "delegations", 'description': "Coma seperated list of slices to give delegation authority to.", 'category' : 'slice/rspec', - 'min_role_id': 30} + 'min_role_id': 30}, + + # Security capability to empower a slice to make an authenticated API call, set by silverauth NM plugin. + {'tagname': "hmac", + 'description': "Sliver authorization key.", + 'category' : 'slice/auth', + 'min_role_id': 20}, + + # Capability to give a sliver access to unused raw disk + {'tagname': "rawdisk", + 'description': "map unused raw disk devices into the slice", + 'category' : 'slice/access', # we should get rid of this category thing + 'min_role_id': 20} ] # add in the platform supported rlimits to the default_attribute_types -- 2.43.0