fix: Updated config for anyconfig setup
Ref #2 - thanks @Danko90 for the fix - it seemed to work without it with specific opentaxii versionspull/14/head
parent
01460f0d61
commit
c152b5009c
|
@ -1,11 +1,11 @@
|
||||||
---
|
---
|
||||||
|
collections:
|
||||||
|
- name: collection
|
||||||
|
available: true
|
||||||
|
accept_all_content: true
|
||||||
|
type: DATA_SET
|
||||||
|
|
||||||
- name: collection
|
service_ids:
|
||||||
available: true
|
- inbox
|
||||||
accept_all_content: true
|
- collection_management
|
||||||
type: DATA_SET
|
- poll
|
||||||
|
|
||||||
service_ids:
|
|
||||||
- inbox
|
|
||||||
- collection_management
|
|
||||||
- poll
|
|
||||||
|
|
|
@ -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
|
- id: discovery
|
||||||
type: inbox
|
type: discovery
|
||||||
address: /services/inbox
|
address: /services/discovery
|
||||||
description: Inbox Service
|
description: Discovery Service
|
||||||
destination_collection_required: yes
|
advertised_services:
|
||||||
accept_all_content: no
|
- inbox
|
||||||
authentication_required: yes
|
- discovery
|
||||||
supported_content:
|
- collection_management
|
||||||
- urn:stix.mitre.org:xml:1.1.1
|
- poll
|
||||||
- urn:stix.mitre.org:xml:1.2
|
protocol_bindings:
|
||||||
protocol_bindings:
|
- urn:taxii.mitre.org:protocol:http:1.0
|
||||||
- urn:taxii.mitre.org:protocol:http:1.0
|
- urn:taxii.mitre.org:protocol:https:1.0
|
||||||
- urn:taxii.mitre.org:protocol:https:1.0
|
|
||||||
|
|
||||||
- id: discovery
|
- id: collection_management
|
||||||
type: discovery
|
type: collection_management
|
||||||
address: /services/discovery
|
address: /services/collection-management
|
||||||
description: Discovery Service
|
description: Collection Management Service
|
||||||
advertised_services:
|
protocol_bindings:
|
||||||
- inbox
|
- urn:taxii.mitre.org:protocol:http:1.0
|
||||||
- discovery
|
- urn:taxii.mitre.org:protocol:https:1.0
|
||||||
- collection_management
|
|
||||||
- poll
|
|
||||||
protocol_bindings:
|
|
||||||
- urn:taxii.mitre.org:protocol:http:1.0
|
|
||||||
- urn:taxii.mitre.org:protocol:https:1.0
|
|
||||||
|
|
||||||
- id: collection_management
|
- id: poll
|
||||||
type: collection_management
|
type: poll
|
||||||
address: /services/collection-management
|
address: /services/poll
|
||||||
description: Collection Management Service
|
description: Poll Service
|
||||||
protocol_bindings:
|
subscription_required: no
|
||||||
- urn:taxii.mitre.org:protocol:http:1.0
|
max_result_count: 100
|
||||||
- urn:taxii.mitre.org:protocol:https:1.0
|
max_result_size: 10
|
||||||
|
authentication_required: yes
|
||||||
- id: poll
|
protocol_bindings:
|
||||||
type: poll
|
- urn:taxii.mitre.org:protocol:http:1.0
|
||||||
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
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue