Sha256: b6551c0cb20db93732f3b9b67c775f9f2e5a4fbdff98293aa159142149b79d36

Contents?: true

Size: 410 Bytes

Versions: 45

Compression:

Stored size: 410 Bytes

Contents

Feature: Ping

Background:
	Given I login with my username and password
	And I receive an API key
	And I enroll a server
	And I switch to the server role

Scenario: Ping using the server enrollment key
	When I ping
	Then the request succeeds

Scenario: Server credentials do not work from a different host 
	Given I force the request IP address to 127.0.0.1
	When I ping
	Then the request fails with error 401

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
conjur-api-2.1.2 features/ping_as_server.feature
conjur-api-2.1.1 features/ping_as_server.feature
conjur-api-2.1.0 features/ping_as_server.feature
conjur-api-2.0.1 features/ping_as_server.feature
conjur-api-2.0.0 features/ping_as_server.feature