Skip to content

Commit

Permalink
update readme to include api_token auth (#55)
Browse files Browse the repository at this point in the history
Co-authored-by: mjtice <mtice@overstock.com>
  • Loading branch information
mjtice and mjtice committed Jul 21, 2023
1 parent 4fdb094 commit 9477c90
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 2.3.1

- Update `README.md` to include `api_token` as an auth method

## 2.3.0

- Add new `api_token` auth method. This authentication method is different than a `pat` authentication request. (PR #54)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ to `/opt/stackstorm/configs/jira.yaml` and edit as required.
* ``project`` - Key of the project which will be used as a default with some of the actions which
don't require or allow you to specify a project (e.g. ``STORM``).
* ``verify`` - Verify SSL certificates. Default True. Set to False to disable verification
* ``auth_method`` - Specify either `basic`, `oauth` or `PAT` authentication
* ``auth_method`` - Specify either `basic`, `oauth`, `api_token` or `PAT` authentication

Include the following settings when using the `oauth` auth_method:

Expand Down
2 changes: 1 addition & 1 deletion pack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords:
- issues
- ticket management
- project management
version: 2.3.0
version: 2.3.1
python_versions:
- "3"
author : StackStorm, Inc.
Expand Down

0 comments on commit 9477c90

Please sign in to comment.