Sha256: 4ed307ff891742fb51b46644330ac8182f1d9596f9b22fca4571b47cd79904cf

Contents?: true

Size: 527 Bytes

Versions: 18

Compression:

Stored size: 527 Bytes

Contents

Feature: Logout the 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
    And I successfully run `conjur authn logout`
    Then the stdout from "conjur authn logout" should contain exactly "Logged out\n"

Version data entries

18 entries across 18 versions & 1 rubygems

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