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
- Change `spring.mail.password` to the password for [email protected] found in the secret server
236
+
- Change `application.slack.user-registration-webhook` to the slack hook.
237
+
- Change `application.slack.slack-base-url` to https://oncokb.slack.com
238
+
- Change `application.slack.user-registration-channel-id` to C03EASPQ8AZ
239
+
- If you need to use a slack endpoint that requires a token, update
240
+
`application.slack.slack-bot-oauth-token` with the token get from this [page](https://api.slack.com/apps/AQC1QUJQK/oauth).
241
+
242
+
5. Start up ngrok
243
+
244
+
```sh
245
+
ngrok http http://localhost:9090
246
+
```
247
+
248
+
6. Copy the forwarding URL generated by ngrok.
249
+
250
+
- Should be something like https://xxxx-xxx-xxx-xx-xx.ngrok-free.app
251
+
252
+
7. Update the Request URL in the slack message configuration [in the Request URL](https://api.slack.com/apps/AQC1QUJQK/interactive-messages) to https://xxxx-xxx-xxx-xx-xx.ngrok-free.app/api/slack
253
+
254
+
- Replace the base URL with the URL generated by ngrok for forwarding
255
+
256
+
8. Register an account in your local instance of OncoKB public
257
+
258
+
- Ensure the email you use is one you have access to
259
+
260
+
9. Check the slack-app-dev channel for a message and approve it
0 commit comments