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