lib/conjur/policy/planner/facts.rb in conjur-asset-policy-0.11.0 vs lib/conjur/policy/planner/facts.rb in conjur-asset-policy-0.12.0
- old
+ new
@@ -104,10 +104,10 @@
requested_with_admin_flag.delete [ role.roleid, member.roleid, false ]
end
end
end
- # Add a Conjur::API::Rolerevoke that is already held.
+ # Add a Conjur::API::Role grant that is already held.
def add_existing_grant role, grant
existing.add [ role.roleid, grant.member.roleid ]
existing_with_admin_flag.add [ role.roleid, grant.member.roleid, grant.admin_option ]
end
end
\ No newline at end of file