OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

cti-taxii message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: new versions of OpenTAXII and Cabby


Dear community,

    We just released OpenTAXII 0.1.2 and Cabby 0.1.4. Please take a look at release notes below.
    
    The biggest items are:
	- Docker configuration added for OpenTAXII. It is even easier to run TAXII server instance now - you can find our docker repo here - https://registry.hub.docker.com/u/intelworks/opentaxii/
	  Also check our Docker docs - https://opentaxii.readthedocs.org/en/latest/docker.html
	- OpenTAXII falls back to Basic authentication if JWT authentication can not be used. This is extremely helpful if you want to connect your OpenTAXII instance to other services, like SoltraEdge, for example.
	- We added JWT authentication to Cabby. Now it supports JWT, Basic and SSL authentication methods.
	- Multiple performance improvements and bug fixes for both OpenTAXII and Cabby.

    Release notes:

	OpenTAXII 0.1.2
	https://pypi.python.org/pypi/opentaxii
	Release date: 2015-07-24

	• Docker configuration added.
	• Health check endpoint added.
	• Basic authentication support added.
	• Temporary workaround for https://github.com/TAXIIProject/libtaxii/issues/191.
	• Method get_domain in Persistence API returns domain value configured for service_id. If nothing returned, value set in configuration file will be used.
	• Performance optimisations.
	• Bug fixes and style improvements.


	cabby 0.1.4
	https://pypi.python.org/pypi/cabby
	Release date: 2015-07-24

	• --bindings option added for taxii-poll CLI command.
	• Pagination issue, triggered during processing of paged Poll response, was fixed.
	• CLI datetime parameters have UTC timezone by default.
	• JWT based authentication method added.
	• Multiple naming, style and bug fixes.

    Bonus:
	We also released opentaxii-echo — simple stateless echo implementation of OpenTAXII Persistence API. In short, you define the state in GET params and TAXII server replies accordingly to that state. Perfect tool to test you TAXII Poll integrations.
	Here is the code - https://github.com/traut/opentaxii-echo
 
Thanks,
Sergey Polzunov
Intelworks



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]