Sha256: ef43e28eb53737667321519d69c39ec3d11e02d9d36d5bf0984675849760891d
Contents?: true
Size: 596 Bytes
Versions: 11
Compression:
Stored size: 596 Bytes
Contents
Feature: Run command in an environment populated from Conjur variables Background: Given I load the policy: """ - !variable access_key - !variable secret_key """ And I run `conjur variable values add access_key ABCDEF` And I run `conjur variable values add secret_key XYZQWER` And I reset the command list Scenario: When I run `bash -c "conjur env run --yaml '{ cloud_access_key: !var access_key , cloud_secret_key: !var secret_key }' -- env | grep CLOUD_"` Then the stdout should contain exactly "CLOUD_ACCESS_KEY=ABCDEF\nCLOUD_SECRET_KEY=XYZQWER"
Version data entries
11 entries across 11 versions & 1 rubygems