mattray/managed_chef_server-cookbook

organization keys should have unique names

Closed this issue · 2 comments

org_key = org_dir + '/org.key'
is the current code, it should be
org_key = org_dir + '/' + org_name + '-org.key'

@mattray Same applies to user.key as well. Also as we have -org at the end of each org name, can we simply make it org_name.key and user key to be org_name-user.key

Fixed in the 0.15.0 release