Sha256: ee1e67117249ccfc413dfe3e33b86e885101b522d7cdd1187026036ca6df628b
Contents?: true
Size: 810 Bytes
Versions: 22
Compression:
Stored size: 810 Bytes
Contents
Feature: Create a group Scenario: Create a new group When I successfully run `conjur group create $ns/ops` Then the JSON response should have the following: | id | | ownerid | | resource_identifier | | roleid | And the JSON response at "id" should include "/ops" Scenario: Add a user to the group and show the list of members Given I successfully run `conjur user create bob@$ns` And I successfully run `conjur group create $ns/ops` And I successfully run `conjur group members add $ns/ops user:bob@$ns` When I successfully run `conjur group members list $ns/ops` Then the JSON response should have 2 entries And the JSON response at "0" should include "admin@" And the JSON response at "1" should include "bob@"
Version data entries
22 entries across 22 versions & 1 rubygems