Sha256: 6626e1ae727a7276c62167d1e4d86f31d437eebff763ceae6b08540f98b271d6
Contents?: true
Size: 557 Bytes
Versions: 11
Compression:
Stored size: 557 Bytes
Contents
Feature: Populate variable with values Background: Given I load the policy: """ - !variable secret """ And I run `conjur variable values add secret initialvalue` And I reset the command list Scenario: Value provided via command-line parameter When I run `conjur variable values add secret secretvalue` Then the output should contain "Value added" Scenario: Value provided via stdin When I run `bash -c 'echo "secretvalue" | conjur variable values add secret'` Then the output should contain "Value added"
Version data entries
11 entries across 11 versions & 1 rubygems