Sha256: 7c57c6e250e4bc5a7f7192fcf7ee53826765685774c4db23a080b666aa96567e
Contents?: true
Size: 747 Bytes
Versions: 22
Compression:
Stored size: 747 Bytes
Contents
Feature: List roles which have a permission on a resource Background: Given I successfully run `conjur resource create food:$ns/bacon` Scenario: The owner of a resource is always listed in permitted_roles When I successfully run `conjur resource permitted_roles food:$ns/bacon fry` Then the JSON should include %{MY_ROLEID} Scenario: When a permission is granted to a new user, the user is listed in permitted_roles Given I create a new user named "alice@$ns" And I keep the JSON at "roleid" as "USERID" And I successfully run `conjur resource permit food:$ns/bacon user:alice@$ns fry` When I successfully run `conjur resource permitted_roles food:$ns/bacon fry` Then the JSON should include %{USERID}
Version data entries
22 entries across 22 versions & 1 rubygems