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

plugin architecture: define file/directory format #578

Closed
mmguero opened this issue Oct 1, 2024 · 1 comment
Closed

plugin architecture: define file/directory format #578

mmguero opened this issue Oct 1, 2024 · 1 comment
Labels
enhancement New feature or request plugins Related to Malcolm "plugins"
Milestone

Comments

@mmguero
Copy link
Collaborator

mmguero commented Oct 1, 2024

This is a sub-issue of Malcolm "plugin architecture" #399

For the plugin types where it's applicable, we need to define some sort of a file/directory format. Ideas might include:

  • a single directory where you can drop all of the plugins
    • bind-mounted into the relevant (or all?) docker containers
  • a compressed file format (zip, 7z, gz, xz, whatever) containing the contents of the plugin
  • a config.yml file or something like it defining the type of plugin and any other information it might need
  • some sort of shared script or something added to the entrypoint chain of the docker images to extract the config.yml file from the compressed plugin file and decide if it's something this container needs to do
@mmguero mmguero added enhancement New feature or request plugins Related to Malcolm "plugins" labels Oct 1, 2024
@mmguero mmguero added this to the z.staging milestone Oct 1, 2024
@mmguero mmguero added this to Malcolm Oct 1, 2024
@mmguero mmguero moved this to Todo (design) in Malcolm Oct 1, 2024
@mmguero
Copy link
Collaborator Author

mmguero commented Nov 4, 2024

Kamino closed and cloned this issue to cisagov/Malcolm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request plugins Related to Malcolm "plugins"
Projects
Status: Migrated
Development

No branches or pull requests

1 participant