-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.yaml
More file actions
55 lines (54 loc) · 2.06 KB
/
manifest.yaml
File metadata and controls
55 lines (54 loc) · 2.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
display_information:
name: Mule Secure Props Tool
description: Encrypt/decrypt with the Mule Secure Properties Tool
background_color: "#00a0df"
long_description: |-
From Slack encrypt or decrypt values using an instance of the Secure Properties Tool (https://docs.mulesoft.com/mule-runtime/4.4/secure-configuration-properties#secure_props_tool).
The tool runs as part of the server-side infrastructure of this Slack app and can simply be invoked with Slack slash commands or global shortcuts. Apart from installing this app, there are no additional installation or configuration requirements.
features:
app_home:
home_tab_enabled: true
messages_tab_enabled: false
messages_tab_read_only_enabled: false
bot_user:
display_name: Mule Secure Props Tool
always_online: false
shortcuts:
- name: Encrypt
type: global
callback_id: encrypt
description: Encrypt a String using the Mule Secure Properties Tool
- name: Decrypt
type: global
callback_id: decrypt
description: Decrypt an encrypted String using the Mule Secure Properties Tool
slash_commands:
- command: /encrypt
url: https://mule-secure-props-tool-slack.herokuapp.com/slack
description: Encrypt a string
usage_hint: algorithm mode key value [use random IVs]
should_escape: false
- command: /decrypt
url: https://mule-secure-props-tool-slack.herokuapp.com/slack
description: Decrypt an encrypted string
usage_hint: algorithm mode key value [use random IVs]
should_escape: false
oauth_config:
redirect_urls:
- https://mule-secure-props-tool-slack.herokuapp.com/oauth/callback
scopes:
bot:
- app_mentions:read
- commands
settings:
event_subscriptions:
request_url: https://mule-secure-props-tool-slack.herokuapp.com/slack
bot_events:
- app_home_opened
- app_mention
interactivity:
is_enabled: true
request_url: https://mule-secure-props-tool-slack.herokuapp.com/slack
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false