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

Add support for user-specified instance or namespace configuration at installation-time #632

Open
isc-eneil opened this issue Nov 25, 2024 · 4 comments
Labels
enhancement New feature or request prio: medium
Milestone

Comments

@isc-eneil
Copy link
Collaborator

isc-eneil commented Nov 25, 2024

Per conversations with HSOPS, we are asking for a single command that can install/load a module into a namespace and then perform configuration in that namespace based on a user-provided "env" file that provides a better structure than lots of -D arguments.

@isc-eneil isc-eneil added the enhancement New feature or request label Nov 25, 2024
@isc-tleavitt isc-tleavitt added this to the Backlog milestone Nov 26, 2024
@isc-tleavitt
Copy link
Contributor

Use case is user-provided info for application installation time:

install packagename -verbose -env /path/to/env.json

We'll load env.json into params("env") as a %Library.DynamicObject which can then be referenced everywhere meaningful.

@isc-tleavitt
Copy link
Contributor

Need to support multiple files with the objects merged (use case: non-secrets and secrets)

@isc-tleavitt
Copy link
Contributor

As part of this, need to fix Invoke getting access to the params array.

@isc-tleavitt
Copy link
Contributor

To get access to the params array, we'll make a singleton (probably %IPM.General.InstallContext) API and have params available there. (I'm not sure if there's already a singleton with params?)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request prio: medium
Projects
Status: To do
Development

No branches or pull requests

2 participants