Hi,
I installed this gem and tried to follow the README instructions in the the irb shell. It went fine* for some instructions, but the create_operation_set method did not work. Maybe the API has changed and not reflected in the README?
- the code
policy_machine = PolicyMachine.new('my_policy_machine', ::PolicyMachineStorageAdapter::InMemory) did not work with the code I downloaded from develop branch. I changed it to just policy_machine = PolicyMachine.new and it worked.
P.S.: I am researching access control for IoT and the Policy Machine seems to be a good alternative, so I was interested in testing your project to have an idea of the available open source solutions out there.
Hi,
I installed this gem and tried to follow the README instructions in the the
irbshell. It went fine* for some instructions, but thecreate_operation_setmethod did not work. Maybe the API has changed and not reflected in the README?policy_machine = PolicyMachine.new('my_policy_machine', ::PolicyMachineStorageAdapter::InMemory)did not work with the code I downloaded fromdevelopbranch. I changed it to justpolicy_machine = PolicyMachine.newand it worked.P.S.: I am researching access control for IoT and the Policy Machine seems to be a good alternative, so I was interested in testing your project to have an idea of the available open source solutions out there.