Skip to content
This repository has been archived by the owner on Jun 9, 2022. It is now read-only.

Configurable Modules #150

Open
3 tasks
MatthiasKainer opened this issue Jan 15, 2020 · 0 comments
Open
3 tasks

Configurable Modules #150

MatthiasKainer opened this issue Jan 15, 2020 · 0 comments

Comments

@MatthiasKainer
Copy link

Feature Template

As a user of Hawkeye
I want to be able to configure modules in an easy way
So that I can tackle their full power

Description

Similarly to #115 there are additional cases where we want to be able to configure modules. Another example is the OWASP checker, where we have a use-case of configuring the enableArtifactory configuration.

Rather than creating a second feature request we thought it would make more sense to come up with a feature first that would provide functionality, so that we can create Issues next to add this to the modules.

Acceptance Criteria

Given a module supports configuration values
When passing a new customised configuration
Then the configuration should be passed to the module
And used for the call

Given a module supports configuration values
When passing an existing customised configuration
Then the configuration should be passed to the module
And overrides the existing value to be used for the call

Unresolved Questions

  • where to put the information? i.e. is the rc file the right place?
  • how would the configuration look?
  • how to know if a module supports configuration overwrites, and if, which?
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant