Q.UN Releases User Notifications
Current released image of Q.UN:
- registry-new.diasoft.ru/release/qunnotification:24120301
- registry-new.diasoft.ru/release/database-qunnotification:24120301
- registry-new.diasoft.ru/release/qunui:24112701
Examples of required settings for the Q.UN module (PostgreSQL database):
- QUN - User Notifications
qunnotification.properties
- QUN - User Notifications UI
qunui.properties
In Q.BPM Player in QBPM_PROCESS_OUTPUT_TOPICS
- add topics separated by semicolons:
- qun-notification-create - topic for sending notifications individually
- qun-notification-command - topic for sending mass notifications
Adding a Custom Notifications plugin to a root application
- Via root application repository
- Go to the rootapp/assets/data directory
- Open
config.(base|local|prod).json
for editing - Add plugins section and content:
Example plugins section
- In namespace via Kubernetes
- Open Kubernetes, Config Maps section
- Find the root application configuration
- Open for editing
- Add the QPALETTE_CONFIG parameter in the data section
- Add content to the parameter value:
Example of the contents of a configuration file for authorization via mdpauth
- Save configuration
- After setting the parameter, restart the root application service
In the Ingress of the root application, add:
Ingress spec