You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/03/11 09:32:15 UTC

[camel-kamelets] branch slack-source-docs created (now 817d638)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch slack-source-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git.


      at 817d638  Slack Source Kamelet: Improved documentation of Token parameter

This branch includes the following new commits:

     new a3985c5  Slack Source Kamelet: Improved documentation of Token parameter
     new 817d638  Slack Source Kamelet: Improved documentation of Token parameter

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


[camel-kamelets] 02/02: Slack Source Kamelet: Improved documentation of Token parameter

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch slack-source-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit 817d6380e1e6cd0ba62ffedd449778fafa8a281d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 10:27:19 2022 +0100

    Slack Source Kamelet: Improved documentation of Token parameter
---
 .../src/main/resources/kamelets/slack-source.kamelet.yaml               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
index ab2f9f4..4809022 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/slack-source.kamelet.yaml
@@ -43,7 +43,7 @@ spec:
         example: "#myroom"
       token:
         title: Token
-        description: The token to access Slack. A Slack app is needed. This app needs to have channels:history and channels:read permissions. The Bot User OAuth Access Token is the kind of token needed.
+        description: The token to access Slack. A Slack app is needed. The token to access Slack. This app needs to have channels:history, groups:history, im:history, mpim:history, channels:read, groups:read, im:read and mpim:read permissions. The User OAuth Token is the kind of token needed.
         type: string
         format: password
         x-descriptors:

[camel-kamelets] 01/02: Slack Source Kamelet: Improved documentation of Token parameter

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch slack-source-docs
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit a3985c52d6adf17767a1ae8af745331c4ecefa7e
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Mar 11 10:25:03 2022 +0100

    Slack Source Kamelet: Improved documentation of Token parameter
---
 kamelets/slack-source.kamelet.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kamelets/slack-source.kamelet.yaml b/kamelets/slack-source.kamelet.yaml
index ab2f9f4..4809022 100644
--- a/kamelets/slack-source.kamelet.yaml
+++ b/kamelets/slack-source.kamelet.yaml
@@ -43,7 +43,7 @@ spec:
         example: "#myroom"
       token:
         title: Token
-        description: The token to access Slack. A Slack app is needed. This app needs to have channels:history and channels:read permissions. The Bot User OAuth Access Token is the kind of token needed.
+        description: The token to access Slack. A Slack app is needed. The token to access Slack. This app needs to have channels:history, groups:history, im:history, mpim:history, channels:read, groups:read, im:read and mpim:read permissions. The User OAuth Token is the kind of token needed.
         type: string
         format: password
         x-descriptors: