Sha256: 982b3a5e9a9f0a05704bf1f2efce110298c3db11041e42cc3c425d0f54b58965
Contents?: true
Size: 423 Bytes
Versions: 13
Compression:
Stored size: 423 Bytes
Contents
Feature: Retire a policy Background: Given a file named "policy.rb" with: """ policy 'test-policy-1.0' do end """ And I run `conjur rubydsl load --as-role user:admin@$ns --collection $ns` interactively And I pipe in the file "policy.rb" And the exit status should be 0 @wip Scenario: Basic retirement Then I successfully run `conjur rubydsl retire -d user:attic@$ns $ns/test-policy-1.0`
Version data entries
13 entries across 13 versions & 1 rubygems