Question John McBride · Sep 4 NGINX Configuration (Container) If you plan on using the nginx server to front end you IRIS instance (as opposed to the standard apache web gateway install) you will need to add a few configuration options into the CSP.conf file in order for all urls to work. It took me a little bit to figure this out but this seems to be the configuration that works. #Containerization #Web Gateway #InterSystems IRIS for Health 1 0 0 33
Question John McBride · Aug 23 .NET External language server and output variables (IRISReference) Hello, I'm working on building some .NET Scripts/CLI tools and starting to use the .NET external language server. #.NET #InterSystems IRIS 0 3 0 48
Announcement John McBride · Jul 24 VSCode extension for IPM (InterSystems Package Manager) Now Available Overview The extension and source code are now availableAfter having some discussions at Global Summit and using a lot of package managers in my day to day development (npm,nuget,Chocolatey, etc) in addition to recently using the InterSystems Package Manager for some CICD process I'm building using Intersystems IRIS and IRIS 4 Health, I wanted an easy and integrated way to search/view/install packages related to the Intersystems tech stack. #InterSystems IRIS #InterSystems IRIS for Health #VSCode 6 0 3 81
Article John McBride · Jul 10 2m read VSCode extension for IPM (Intersystems Package Manager) Overview After having some discussions at Global Summit and using a lot of package managers in my day to day development (npm,nuget,Chocolatey, etc) in addition to recently using the InterSystems Package Manager for some CICD process I'm building using Intersystems IRIS and IRIS 4 Health, I wanted an easy and integrated way to search/view/install packages related to the Intersystems tech stack. #InterSystems Package Manager (IPM) #Open Source #VSCode 5 3 0 176
Question John McBride · Nov 30, 2023 ObjectScript kernel for Jupyter notebooks? Anybody know if there is a ObjectScript kernel for Jupyter? Would be kinda interesting to testing scripts, etc. And since we kinda have the language runtime in the VSCode ObjectScript extension I wonder if that could be utilized fora jupyter kernel? #ObjectScript #Other 0 6 0 204
Question John McBride · Nov 24, 2023 OpenTelemetry support? Does Iris 4 Health support the OpenTelemetry initiative for logs/tracing etc? https://opentelemetry.io/ #InterSystems IRIS for Health 0 5 1 221
Question John McBride · Sep 24, 2023 Oauth2 Callback redirect uri being called twice? I have been testing FHIR and Iris OAuth2 but have noticed that my callback (redirect uri) I have configured in the Client config, gets called multiple times with the same code. Has anyone else experienced this issue? Any help would be appreciated #OAuth2 #InterSystems IRIS for Health 0 0 0 158
Question John McBride · Sep 23, 2023 Enable sub_filter module in the webgateway nginx docker container I am trying to do a rewrite using the webgateway-nginx docker container but getting an "unknown directive sub_filter' message. How can I add additional nginx modules into a webgateway nginx container? #Web Gateway #InterSystems IRIS for Health 0 0 0 166
Question John McBride · Sep 3, 2023 A definitive getting started guide for Iris 4 Health and WebGateway using Docker Hi All, Been trying to setup a iris 4 health community version along with a webgateway bothing utilizing docker. The documentation seems a little sparse when it comes to configuring each of these to work together, especially when it comes to utilizing the Webgateway to front end the MGMT pages for Irirs 4 Health. I know there is a github repo that has a docker compose file, but that doesn't see to provide a light on what needs to be configured in order for it to work. #Containerization #Docker #Web Gateway #InterSystems IRIS for Health 0 2 0 245
Question John McBride · Aug 18, 2023 Hosting .NET Web app in docker and Front ending it with Iris 4 Health Hello, I have a .NET based web application and would like to front end it with an Iris4Health server, ie possible using the CSP or web application url's to reoute to the requests into the docker container. Kinda of like a reverse proxy but using Iris for health. Is the external language server a good use for this or is that only for direct interaction with I4H? I know you can create a custom container with the app copied into it, but not sure if that is the best way. Any suggestions on how I could accomplish this would be appreciated. #InterSystems IRIS for Health 0 0 0 107
Question John McBride · Jun 7, 2023 ZPM / IPM private registry API spec? Is there a API specification for the ZPM / IPM package manager for anybody that would like to implement their own registry? #InterSystems IRIS #Open Exchange 0 4 0 156
Question John McBride · May 30, 2023 HS package in HSLIB Namespace empty? Hello All, I have the docker container community version (2023.1) if IRIS 4 Health installed and running, but it sees that in the HSLIB namespace I see that the HS package is empty. I downloaded this container from the intersystems container registry. Is this supposed to be empty? How do i get it populated? Am I missing something? #InterSystems IRIS for Health 1 1 0 151
Question John McBride · May 2, 2023 JWS/JWT Header X5C Hello All, I'm trying to sign some custom JWT with x.509 certs but running into a problem with the signed JWT containing some information I need in the JOSE header. Is there a way to get the "X5C:[]" header included in the signed JTW? IS this as easy as setting something like the following Set JOSE("x5c") = "public key" Thanks John #Error Handling #JSON #OAuth2 #InterSystems IRIS for Health 0 1 0 207
Question John McBride · Apr 13, 2023 Docker container - enable TLS/HTTPS on private web server Hello, I have Iris4Health community version (using for some development) running in a docker container and trying to enable TLS/SSL/HTTPS in the container. I have created the SSL cert chain (root ca/web site cert) via open SSL have the http.conf and http-local.conf file loaded on a durable volume. I have also loaded the root CA in the trusted root cert store on the device that is connecting. After inspecting the logs it looks like apache has loaded the certs and is listening on the correct port, but I am unable to connect to the mgmt portal via SSL. #Docker #SSL #InterSystems IRIS for Health 0 2 1 430