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

Configurable Modules #150

@MatthiasKainer

Description

@MatthiasKainer

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions