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

Support for defining plugin directory #280

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Support for defining plugin directory #280

merged 2 commits into from
Oct 4, 2022

Conversation

louisruch
Copy link
Contributor

No description provided.

@louisruch louisruch requested review from jefferai and ddebko October 4, 2022 00:04
pluginutil.WithPluginsMap(kms_plugin_assets.BuiltinKmsPlugins()),
pluginutil.WithPluginsFilesystem(kms_plugin_assets.KmsPluginPrefix, kms_plugin_assets.FileSystem()),
}
if v, exist := os.LookupEnv("BOUNDARY_PLUGIN_EXECUTION_DIR"); exist {
Copy link
Member

Choose a reason for hiding this comment

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

It'd be nice if this was a part of the provider configuration too instead of a hard-to-find env var. But that could come later if need be.

Copy link
Member

@jefferai jefferai left a comment

Choose a reason for hiding this comment

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

Approved with some follow on work

@louisruch louisruch merged commit 1b96f89 into main Oct 4, 2022
@louisruch louisruch deleted the louis-deps branch October 4, 2022 01:22
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