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,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
collections:
|
||||||
- name: collection
|
- name: collection
|
||||||
available: true
|
available: true
|
||||||
accept_all_content: true
|
accept_all_content: true
|
||||||
type: DATA_SET
|
type: DATA_SET
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
|
services:
|
||||||
- id: inbox
|
- id: inbox
|
||||||
type: inbox
|
type: inbox
|
||||||
address: /services/inbox
|
address: /services/inbox
|
||||||
description: Inbox Service
|
description: Inbox Service
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
- 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: discovery
|
||||||
type: discovery
|
type: discovery
|
||||||
address: /services/discovery
|
address: /services/discovery
|
||||||
description: Discovery Service
|
description: Discovery Service
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
- 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: collection_management
|
- id: collection_management
|
||||||
type: collection_management
|
type: collection_management
|
||||||
address: /services/collection-management
|
address: /services/collection-management
|
||||||
description: Collection Management Service
|
description: Collection Management Service
|
||||||
|
@ -35,7 +35,7 @@
|
||||||
- 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: poll
|
- id: poll
|
||||||
type: poll
|
type: poll
|
||||||
address: /services/poll
|
address: /services/poll
|
||||||
description: Poll Service
|
description: Poll Service
|
||||||
|
|
Loading…
Reference in New Issue