Question Justin Millette · Jul 8 Enabling Delegated Authentication with IPM via module.xml I am trying to set up a web application with Delegated Authentication via IPM. It is possible to give a specific application Delegated Authentication: #Authentication #InterSystems Package Manager (IPM) #InterSystems IRIS 0 2 0 28
Question Justin Millette · Jun 26 How do I set up a virtual environment for Embedded Python in IRIS? I am looking to create a Python virtual environment (venv) so that my imported/installed python packages can be separate on different namespaces in IRIS. I am able to go and create an environment, activate it, and install packages, but I am not sure how to ensure that Embedded Python methods actually point to this virtual environment. Is the best solution to just load the virtual environment at runtime, in each method? That seems like a bad solution. Has anyone run into this and found a good solution? #Embedded Python #InterSystems IRIS 0 2 1 73
Question Justin Millette · Jun 23 Best way to "do this after another class compiles"? I have a class with a projection that creates some persistent classes (chunks) and a non-persistent "Daemon" class that I want to have running in the background, doing some processing. The daemon needs to look at the "chunk" classes, and I want it to be simple to start the daemon -- I am currently calling the daemon's start method at the end of the CreateProjection method. #Coding Guidelines #Compiler #InterSystems IRIS 2 8 0 69