You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/release_template.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# Checklist for creating a new release
2
2
3
3
-[ ] Update `CHANGELOG.md` for the new version
4
-
-[ ] Change version number in `docs/conf.py`, `pyintelowl/version.py`
4
+
-[ ] Change version number in `pyintelowl/version.py`
5
5
-[ ] Verify CI Tests
6
6
-[ ] Merge the PR to the `master` branch. **Note:** Only use "Merge and commit" as the merge strategy and not "Squash and merge". Using "Squash and merge" makes history between branches misaligned.
You need a valid API key to interact with the IntelOwl server.
78
-
Keys should be created from the admin interface of [IntelOwl](https://github.com/intelowlproject/intelowl): you have to go in the _Durin_ section (click on `Auth tokens`) and generate a key there.
74
+
Keys can be created from the "API access" section of the user's menu in the IntelOwl's GUI.
79
75
80
-
#### Incompatibility after version 3.0
76
+

81
77
82
-
We did a complete rewrite of the PyIntelOwl client and CLI both for the version `3.0.0`. We very much recommend you to update to the latest version to enjoy all new features.
83
-
84
-
#### (old auth method) JWT Token Authentication
85
-
86
-
> this auth was available in IntelOwl versions <1.8.0 and pyintelowl versions <2.0.0
87
-
88
-
From the admin interface of IntelOwl, you have to go in the _Outstanding tokens_ section and generate a token there.
89
-
90
-
You can use it by pasting it into the file [api_token.txt](api_token.txt).
78
+
Otherwise, you can create them from the Django Admin Interface of the IntelOwl application with an administration account. Section "Durin" -> "Auth tokens"
0 commit comments