Skip to content

Commit

Permalink
Merge pull request #30 from splunk-soar-connectors/next
Browse files Browse the repository at this point in the history
Merging next to main for release 2.7.0
  • Loading branch information
ishans-crest authored Jun 21, 2023
2 parents 49a3531 + f8d3e34 commit a0fff24
Show file tree
Hide file tree
Showing 12 changed files with 1,938 additions and 1,195 deletions.
526 changes: 312 additions & 214 deletions README.md

Large diffs are not rendered by default.

Binary file modified img/slack_review_summary_oauth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion readme.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h3>Steps for Creating a Slack App Using App Manifest File (Recommended)</h3>
Use below manifest file for creating slack app.
<br><br>
<pre>
display_information:
display_information:
name: soarbot
features:
bot_user:
Expand All @@ -59,6 +59,7 @@ <h3>Steps for Creating a Slack App Using App Manifest File (Recommended)</h3>
- im:read
- mpim:read
- users:read
- users:read.email
- chat:write
- reactions:write
- files:write
Expand All @@ -72,6 +73,7 @@ <h3>Steps for Creating a Slack App Using App Manifest File (Recommended)</h3>
- groups:read
- im:read
- users:read
- users:read.email
- chat:write
- reactions:write
- files:write
Expand Down Expand Up @@ -243,18 +245,22 @@ <h3>Steps for Creating a Slack App From Scratch</h3>
<td>List Users</td>
<td>
<li>users:read</li>
<li>users:read.email</li>
</td>
<td>
<li>users:read</li>
<li>users:read.email</li>
</td>
</tr>
<tr>
<td>Get User</td>
<td>
<li>users:read</li>
<li>users:read.email</li>
</td>
<td>
<li>users:read</li>
<li>users:read.email</li>
</td>
</tr>
<tr>
Expand Down
2 changes: 2 additions & 0 deletions release_notes/2.7.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
* Updated ordering bug in ask_question
* Added support to lookup user by email address
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
beautifulsoup4==4.10.0
idna==3.3
requests==2.27.1
sh==1.14.2
simplejson==3.17.5
six==1.15.0
Expand Down
Loading

0 comments on commit a0fff24

Please sign in to comment.