Sha256: 37d30697cd59c17edaf5ebdbfd530316d9fdf92b1bfdc9365246edd995513f78

Contents?: true

Size: 698 Bytes

Versions: 21

Compression:

Stored size: 698 Bytes

Contents

Feature: Fetch audit events

  Background:
    Given I successfully run `conjur variable create $ns/secret MY_SECRET`
    And I successfully run `conjur variable value $ns/secret`
    
  Scenario: Fetch works
    When I successfully run `conjur audit resource -s variable:$ns/secret`
    Then the output should match /checked that they can execute .*:variable:.*secret/

  Scenario: Follow works
      # Implementation constraints prevent an exit code of 0 when using
    # --follow and --limit, so can't say "When I run successfully..."
    When I run `conjur audit resource -s -f -l 2 variable:$ns/secret`
    Then the output should match /checked that they can execute .*:variable:.*secret/
    

Version data entries

21 entries across 21 versions & 1 rubygems

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