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

fix: use loaded providers as definitive providers #1623

Merged
merged 2 commits into from
Apr 8, 2021
Merged

fix: use loaded providers as definitive providers #1623

merged 2 commits into from
Apr 8, 2021

Conversation

roleyfoley
Copy link
Contributor

Intent of Change

  • Bug fix (non-breaking change which fixes an issue)

Description

Uses the loaded providers as the definitive list of providers that the engine is using for a given pass.

Motivation and Context

We currently have 2 ways of defining the providers used in a solution the command line options using the -p flag and the CMDB approach which defines the plugins to load which also act as providers

This loaded providers are based on what is found in the plugins along with the command line options used. This ensures that the providers loaded through the CMDB are included in processing of entrances, and other functions within in the engine

How Has This Been Tested?

Tested locally

Followup Actions

  • None

We currently have 2 ways of defining the providers used in a solution
the command line options using the -p flag and the CMDB approach which
defines the plugins to load which also act as providers

This loaded providers are based on what is found in the plguins along
with the command line options used. This moves to using the loader input
list of providers instead of the command line options
@RossMurr4y RossMurr4y merged commit e65f3d2 into hamlet-io:master Apr 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants