Sha256: 913a63ff4bfa83afddb60218de985e2812ebafa809a8838294a3f6037ecd633f
Contents?: true
Size: 421 Bytes
Versions: 8
Compression:
Stored size: 421 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 policy 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 policy retire -d user:attic@$ns $ns/test-policy-1.0`
Version data entries
8 entries across 8 versions & 1 rubygems