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