Sha256: e8fc9925ca6534f4e23edd272a60df47e36c06591286eb47c5f03e3bdc56e836

Contents?: true

Size: 398 Bytes

Versions: 18

Compression:

Stored size: 398 Bytes

Contents

Feature: Login a new user

  Scenario: Login a new user with a password
    Given I run `conjur user create -p alice@$ns` interactively
    And I type "foobar"
    And I type "foobar"
    And the exit status should be 0
    And I keep the JSON response at "login" as "LOGIN"
    And I run `conjur authn login alice@$ns` interactively
    And I type "foobar"
    And the exit status should be 0
    

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
conjur-cli-5.6.6 acceptance-features/authentication/login.feature
conjur-cli-5.6.5 acceptance-features/authentication/login.feature
conjur-cli-5.6.4 acceptance-features/authentication/login.feature
conjur-cli-5.6.3 acceptance-features/authentication/login.feature
conjur-cli-5.5.0 acceptance-features/authentication/login.feature
conjur-cli-5.4.0 acceptance-features/authentication/login.feature
conjur-cli-5.3.0 acceptance-features/authentication/login.feature
conjur-cli-5.2.5 acceptance-features/authentication/login.feature
conjur-cli-5.2.4 acceptance-features/authentication/login.feature
conjur-cli-5.2.3 acceptance-features/authentication/login.feature
conjur-cli-5.2.1 acceptance-features/authentication/login.feature
conjur-cli-5.2.0 acceptance-features/authentication/login.feature
conjur-cli-5.1.2 acceptance-features/authentication/login.feature
conjur-cli-5.1.1 acceptance-features/authentication/login.feature
conjur-cli-5.1.0 acceptance-features/authentication/login.feature
conjur-cli-4.30.1 acceptance-features/authentication/login.feature
conjur-cli-4.30.0 acceptance-features/authentication/login.feature
conjur-cli-4.29.0 acceptance-features/authentication/login.feature