Skip to content

Commit

Permalink
update Authentication setting (#81)
Browse files Browse the repository at this point in the history
* update Authentication setting

* added release notes
  • Loading branch information
moishce-zz authored Mar 29, 2022
1 parent 8d1c3aa commit 7e001e5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

[1]: https://pypi.org/project/demisto-py/#history

## 3.1.4

* Add support to Cortex XSIAM to the `generic_request`.

## 3.1.3

* Upgraded tzlocal from version 2.1 to 4.1.
Expand Down
2 changes: 1 addition & 1 deletion demisto_client/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def generic_request_func(self, path, method, body=None, **kwargs):
[params.get('content_type', 'application/json')]) # noqa: E501

# Authentication setting
auth_settings = ['api_key'] # noqa: E501
auth_settings = ['api_key', 'x-xdr-auth-id'] # noqa: E501

return self.api_client.call_api(
path, method,
Expand Down

0 comments on commit 7e001e5

Please sign in to comment.