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