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

Version Path
conjur-cli-6.2.6 features/conjurenv/run.feature
conjur-cli-6.2.5 features/conjurenv/run.feature
conjur-cli-6.2.4 features/conjurenv/run.feature
conjur-cli-6.2.3 features/conjurenv/run.feature
conjur-cli-6.2.2 features/conjurenv/run.feature
conjur-cli-6.2.1 features/conjurenv/run.feature
conjur-cli-6.2.0 features/conjurenv/run.feature
conjur-cli-6.1.0 features/conjurenv/run.feature
conjur-cli-6.0.1 features/conjurenv/run.feature
conjur-cli-6.0.0 features/conjurenv/run.feature
conjur-cli-6.0.0.rc1 features/conjurenv/run.feature