fix: Updated config for anyconfig setup

Ref #2 - thanks @Danko90 for the fix - it seemed to work without it with specific opentaxii versions
pull/14/head
Hannah Ward 2017-06-21 17:49:48 +01:00
parent 01460f0d61
commit c152b5009c
No known key found for this signature in database
GPG Key ID: 6F3BAD60DE190290
2 changed files with 52 additions and 52 deletions

View File

@ -1,11 +1,11 @@
---
collections:
- name: collection
available: true
accept_all_content: true
type: DATA_SET
- name: collection
available: true
accept_all_content: true
type: DATA_SET
service_ids:
- inbox
- collection_management
- poll
service_ids:
- inbox
- collection_management
- poll

View File

@ -1,48 +1,48 @@
---
services:
- id: inbox
type: inbox
address: /services/inbox
description: Inbox Service
destination_collection_required: yes
accept_all_content: no
authentication_required: yes
supported_content:
- urn:stix.mitre.org:xml:1.1.1
- urn:stix.mitre.org:xml:1.2
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: inbox
type: inbox
address: /services/inbox
description: Inbox Service
destination_collection_required: yes
accept_all_content: no
authentication_required: yes
supported_content:
- urn:stix.mitre.org:xml:1.1.1
- urn:stix.mitre.org:xml:1.2
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: discovery
type: discovery
address: /services/discovery
description: Discovery Service
advertised_services:
- inbox
- discovery
- collection_management
- poll
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: discovery
type: discovery
address: /services/discovery
description: Discovery Service
advertised_services:
- inbox
- discovery
- collection_management
- poll
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: collection_management
type: collection_management
address: /services/collection-management
description: Collection Management Service
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: collection_management
type: collection_management
address: /services/collection-management
description: Collection Management Service
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- urn:taxii.mitre.org:protocol:https:1.0
- id: poll
type: poll
address: /services/poll
description: Poll Service
subscription_required: no
max_result_count: 100
max_result_size: 10
authentication_required: yes
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0
- id: poll
type: poll
address: /services/poll
description: Poll Service
subscription_required: no
max_result_count: 100
max_result_size: 10
authentication_required: yes
protocol_bindings:
- urn:taxii.mitre.org:protocol:http:1.0