Article Raef Youssef · Oct 2 5m read Automating IAM Configuration from OpenAPI Specs 2.0 with ObjectScript Why This Matters Managing IAM can be tedious when done manually — especially when your APIs are already well-documented using OpenAPI (Swagger) specs. Wouldn't it be great if you could automatically generate Kong services and routes directly from your OpenAPI spec? That's exactly what this ObjectScript method does: it reads an OpenAPI 2.0 spec stored in the XData block of your spec class and generates a decK-compatible YAML file that can be used to sync your IAM configuration. #API #JSON #ObjectScript #Swagger #InterSystems IRIS #InterSystems IRIS for Health 2 0 2 27
Article Raef Youssef · Sep 23 4m read Securing IRIS Integrations with Mutual TLS (mTLS): A Practical Guide Securing IRIS Integrations with Mutual TLS (mTLS): A Practical Guide In today’s enterprise environments, secure communication between systems is not optional—it’s essential. Whether you're integrating InterSystems IRIS with cloud APIs, internal microservices, or third-party platforms, Mutual TLS (mTLS) offers a powerful way to ensure both ends of the connection are authenticated and encrypted. This post walks through how to configure IRIS for mTLS and how to validate your certificates to avoid common pitfalls. #API #Security #SSL #System Administration #InterSystems IRIS #InterSystems IRIS for Health 5 0 1 56
Article Raef Youssef · Jul 15 6m read Composing an OpenAPI 2.0 specification. REST API (Representational State Transfer Application Programming Interface) is a standardized way for web applications to communicate with each other using HTTP methods like GET, POST, PUT, DELETE, etc. It's designed around resources, which can be anything from a user to a file. #API #InterSystems API Manager (IAM) #REST API #InterSystems IRIS 4 0 0 116