X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=db-config.d%2F04-slicetags;fp=db-config.d%2F04-slicetags;h=4189e86e31ab9213fc9c9c83286a5ff425854b33;hb=55a9e5257c753f2512994b97ab89b2b8ea4daa82;hp=352352a97e719ca3d2ecd7c0061fe2077c319d21;hpb=db015f761c404e7dcb569264516ff0b922be5bb4;p=myplc.git 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