Sha256: 26e569ae92596fbd9ba9b60f53f6c60f533d650a84e410b0776bcddb46100fc1
Contents?: true
Size: 463 Bytes
Versions: 22
Compression:
Stored size: 463 Bytes
Contents
Feature: Create a layer Scenario: Create a layer When I successfully run `conjur layer create $ns/test_layer` Then the JSON response at "id" should include "test_layer" And the JSON response at "hosts" should be [] Scenario: Create a layer owned by the security_admin group When I successfully run `conjur layer create --as-group $ns/security_admin $ns/test_layer` Then the JSON response at "ownerid" should include "security_admin"
Version data entries
22 entries across 22 versions & 1 rubygems