Sha256: 4db0faa49d12d0580a6659dbe2858011981f6370c58f0107790c59a8097366c7
Contents?: true
Size: 708 Bytes
Versions: 18
Compression:
Stored size: 708 Bytes
Contents
Feature: Host factory tokens Background: Given I successfully run `conjur layer create --as-group $ns/security_admin $ns/layer` And I successfully run `conjur hostfactory create --as-group $ns/security_admin --layer $ns/layer $ns/hostfactory` Scenario: create a host factory token When I successfully run `conjur hostfactory token create $ns/hostfactory` Then the JSON should have "0/token" Scenario: create a host using a token When I successfully run `conjur hostfactory token create $ns/hostfactory` And I keep the JSON response at "0/token" as "TOKEN" Then I successfully run `conjur hostfactory host create %{TOKEN} $ns/host` And the JSON should have "api_key"
Version data entries
18 entries across 18 versions & 1 rubygems