-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mattermost Plugin: Create plugin with configuration #10219
Comments
Communication from Mattermost to Parabol needs to be authenticated. Possibly the simples way is to have a shared key and sign the messages. For signing I will try a RFC9421 library and as algorithm use HMAC-SHA256 because we consider it secure enough for our JWT. |
Two way communication can be established with the message signing above.
I will try to go with 2) and a global provider which is configured in postdeploy based on env. |
As a mattermost admin I want to be able to add the Parabol plugin and configure it from the system console to communicate with my parabol instance of choice.
This includes implementation on Parabol and the plugin itself.
The text was updated successfully, but these errors were encountered: