X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=sfa%2Fimporter%2FsfaImport.py;h=568fce84aee00a92e373c9c900c577080e06e476;hb=530dee59f3804085473f13eb9fffd34b6480fc01;hp=4c5b5c7ea8ff87a92981660b8140eb2437dc5d28;hpb=03249c7a7342095696ae32698f98be1f01cd10c6;p=sfa.git diff --git a/sfa/importer/sfaImport.py b/sfa/importer/sfaImport.py index 4c5b5c7e..568fce84 100644 --- a/sfa/importer/sfaImport.py +++ b/sfa/importer/sfaImport.py @@ -75,6 +75,8 @@ class sfaImport: if not parent_hrn == hrn: self.create_top_level_auth_records(parent_hrn) + # enxure key and cert exists: + self.AuthHierarchy.create_top_level_auth(hrn) # create the db record if it doesnt already exist auth_info = self.AuthHierarchy.get_auth_info(hrn) table = SfaTable()