Sha256: ba56c3f5b03568f4749df335681427c003b5963ab1da7081fa26e6e09f7c9541
Contents?: true
Size: 549 Bytes
Versions: 22
Compression:
Stored size: 549 Bytes
Contents
Feature: Create a Role Scenario: Create an abstract role When I run `conjur role create job:$ns/chef` Then the exit status should be 0 And the output should contain "Created role" Scenario: Role owner has the new role listed in its memberships When I run `conjur role create --json --as-group $ns/security_admin job:$ns/chef` Then the exit status should be 0 And I keep the JSON response at "roleid" as "ROLEID" And I run `conjur role memberships group:$ns/security_admin` And the JSON should include %{ROLEID}
Version data entries
22 entries across 22 versions & 1 rubygems