Sha256: 47d6f3796d3a98203be27ba122060537f06664b9fff2c6d7ce1b2cdaa469db93
Contents?: true
Size: 448 Bytes
Versions: 4
Compression:
Stored size: 448 Bytes
Contents
Feature: Run command in an environment populated from Conjur variables Background: Given I run `conjur variable create $ns/access_key ABCDEF` And I run `conjur variable create $ns/secret_key XYZQWER` Scenario: When I run `conjur env run --yaml '{ cloud_access_key: !var $ns/access_key , cloud_secret_key: !var $ns/secret_key }' -- printenv CLOUD_ACCESS_KEY CLOUD_SECRET_KEY` Then the stdout should contain "ABCDEF\nXYZQWER"
Version data entries
4 entries across 4 versions & 1 rubygems