Sha256: a3678b2495d920ff37cbbf100a53dbd8b3b25e7b06406163b40ba1b6f833e12b

Contents?: true

Size: 640 Bytes

Versions: 17

Compression:

Stored size: 640 Bytes

Contents

Feature: "conjur bootstrap" creates default resources, privileges and roles

	Background:
    Given I successfully run `conjur bootstrap -q`

	Scenario: A new security admin can use 'elevate'
    When I successfully run `conjur resource permitted_roles '!:!:conjur' elevate`
    Then the stdout should contain "cucumber:group:security_admin"

	Scenario: Run bootstrap and test for the existence of things
    Then I successfully run `conjur elevate group show security_admin`
    And  I successfully run `conjur elevate host show conjur/secrets-rotator`
    And  I successfully run `conjur elevate resource show webservice:conjur/authn-tv`

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
conjur-cli-5.6.6 acceptance-features/bootstrap.feature
conjur-cli-5.6.5 acceptance-features/bootstrap.feature
conjur-cli-5.6.4 acceptance-features/bootstrap.feature
conjur-cli-5.6.3 acceptance-features/bootstrap.feature
conjur-cli-5.5.0 acceptance-features/bootstrap.feature
conjur-cli-5.4.0 acceptance-features/bootstrap.feature
conjur-cli-5.3.0 acceptance-features/bootstrap.feature
conjur-cli-5.2.5 acceptance-features/bootstrap.feature
conjur-cli-5.2.4 acceptance-features/bootstrap.feature
conjur-cli-5.2.3 acceptance-features/bootstrap.feature
conjur-cli-5.2.1 acceptance-features/bootstrap.feature
conjur-cli-5.2.0 acceptance-features/bootstrap.feature
conjur-cli-5.1.2 acceptance-features/bootstrap.feature
conjur-cli-5.1.1 acceptance-features/bootstrap.feature
conjur-cli-5.1.0 acceptance-features/bootstrap.feature
conjur-cli-4.30.1 acceptance-features/bootstrap.feature
conjur-cli-4.30.0 acceptance-features/bootstrap.feature