Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend objectscript.conn.docker-compose settings object to handle superserver port identification #1243

Open
gjsjohnmurray opened this issue Oct 2, 2023 · 0 comments · May be fixed by #1485
Assignees
Labels
enhancement New feature or request priority/backlog

Comments

@gjsjohnmurray
Copy link
Contributor

The optional objectscript.conn.docker-compose object allows a VS Code workspace to connect to a local IRIS container instance for which the port serving the /api/atelier API outside the container is assigned dynamically at container startup rather than being hardcoded in the docker-compose.yml

The vscode-iris-jupyter-server extension uses the Node Native API, so the connection has to be to the superserver port.

Let's extend this mechanism so it can look up the assigned superserver port and provide it in the connection object. Server Manager has already acquired the ability for superserver port (and host) to be defined (see intersystems-community/intersystems-servermanager#200) but this doesn't help in the dynamic situation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priority/backlog
Projects
None yet
2 participants