-
Notifications
You must be signed in to change notification settings - Fork 82
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
Added AWS Cognito Authentication, and Jira Notifications #97
base: master
Are you sure you want to change the base?
Added AWS Cognito Authentication, and Jira Notifications #97
Conversation
danmenzies-jerram
commented
Mar 5, 2019
- Added SSL (needed for oAuth 2.0 authentication via Cognito)
- Added new config options for cognito
- Added relevant node packages
- Adjusted the test-server script to allow for SSL
- Added detailed instructions on setting up Cognito
- Added detailed instructions on setting up Jira Notifications
- Added placeholder config properties to the example config.tpl.json file
- Created a Jira Project lister, to make it easier to select which project to send notifications to
- Created test script (allows you to test a Jira config)
- Added relevant NPM Packages
Added Amazon Cognito oAuth using Passport
…d documentation, created board lister
Added server start-up routine suitable for Windows x64 environments
Added Jira Notifications
hey thanks for the PRs. will try to take a look at this on the weekend. |
Sensational, Gregor - thanks :-)
Dan Menzies
Systems Analyst & Senior Software Engineer
Jerram Digital Marketing
+44 (0) 845 003 7246
[email protected]
…On Tue, 5 Mar 2019 at 22:55, Gregor Aisch ***@***.***> wrote:
hey thanks for the PRs. will try to take a look at this on the weekend.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#97 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AiXWkVpqnWezS0akGEJRlq0Bwu8J0X9vks5vTvXJgaJpZM4bfFC7>
.
|
just a heads up, we are very likely going to introduce a simple plugin architecture for Schnack that allows adding a lot more authentication and notification methods without cluttering the core of Schnack. I will let you know once the final specifications of the plugin APIs are done. |
Great news, Gregor
Thanks for keeping me in the loop :-)
Dan Menzies
Systems Analyst & Senior Software Engineer
Jerram Digital Marketing
+44 (0) 845 003 7246
[email protected]
…On Thu, 7 Mar 2019 at 10:43, Gregor Aisch ***@***.***> wrote:
just a heads up, we are very likely going to introduce a simple plugin
architecture <#99> for Schnack
that allows adding a lot more authentication and notification methods
without cluttering the core of Schnack. I will let you know once the final
specifications of the plugin APIs are done.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#97 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AiXWkfAVu3dqC5EJZrsx7BM8vNsrhgTtks5vUO1RgaJpZM4bfFC7>
.
|
Apologies for the ultra-long delay, but I am still very excited about your contributions. I finally got around to finish my big plugin refactoring, so now we can add lots of integrations without cluttering the Schnack core repo. If you are still interested you can add PRs for the In the meantime I already added your ssl/https mode, which rightfully belongs to Schnack. Thanks! |