DX Infrastructure Management

 View Only

Tech Tip: Third party SaaS alarm integration with UIM 

Mar 14, 2018 11:35 AM

Best practices when integrating third party SaaS alarms into UIM

 

If you have a third party Saas product that generates alarms, and you want to integrate those alarms with an on premise UIM environment, special care should be taken since that information/events will come from Internet.

 

Third party Saas products usually offer different type of integrations, but those which use secure protocols and authentication should be used. It is very common that Saas products offer Webhooks integration type, which can be configured against the UIM API over a secure TLS communication.

 

There are some rules and best practices to follow,

  • Expose as less components as possible to Internet
    • Expose only the UIM rest API, not a full UMP server
  • Expose the UIM rest API from a DMZ area
  • Configure TLS on the wasp probe.
    • Disable non secure port and/or configure automatic HTTPS redirect
  • Create a special and dedicated user for this integration
    • Create a user with only the minimum required user permissions
      • Web Service
      • Alarm Management
      • Accept (alarms)
    • Use a strong password
  • UIM rest API server should only attend requests from your third party Saas platform
    • Configure the firewall to deny any other connection coming from Internet.

 

High level architecture

 

 

NOTE:

UIM Robot in the DMZ it is NOT a UMP server, it is a standard robot, with the wasp probe and the webservices_rest package.

Statistics
0 Favorited
4 Views
0 Files
0 Shares
0 Downloads

Tags and Keywords

Comments

Mar 19, 2018 08:17 AM

Thanks for share. It's very helpful.

Mar 19, 2018 06:05 AM

This information is really useful. Thanks Jordi!

Mar 15, 2018 01:55 PM

Thanks ,Can you provide some third part SAAS Products which you tested 

Mar 15, 2018 10:37 AM

Thanks Jordi,

 

This was very useful!

Mar 15, 2018 10:36 AM

I find this very usefull great job

Mar 15, 2018 10:36 AM

This document is helpful

Mar 15, 2018 04:21 AM

I find very interesting that the api cand be installed in a clean wasp without other web appications.

Related Entries and Links

No Related Resource entered.