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

Dispense fixed-value, pass-through, and threshold strategy plugins by default #536

Merged
merged 2 commits into from
Nov 15, 2021

Conversation

lgfa29
Copy link
Contributor

@lgfa29 lgfa29 commented Nov 12, 2021

When these new strategy plugins were added, we forgot to update the agent to auto-dispense them.

I wonder if we should just auto-dispense all builtin plugins and add a new flag to allow disabling specific ones if needed, but some of them require additional configuration (like aws-asg, prometheus etc), so the user would have to declare them anyway.

It would be cool if we could detect plugins that don't require additional config and auto-dispense them, but I couldn't think of a way to easily check this.

Closes #532

lgfa29 added a commit that referenced this pull request Nov 12, 2021
Copy link
Member

@jrasell jrasell left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@lgfa29 lgfa29 force-pushed the dispense-default-plugins branch from 2039688 to 304828d Compare November 15, 2021 16:58
@lgfa29 lgfa29 merged commit 9bb87f1 into main Nov 15, 2021
@lgfa29 lgfa29 deleted the dispense-default-plugins branch November 15, 2021 17:01
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.

Failed to dispense plugin threshold:
2 participants