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

vdk-plugins: work around caching values from config options #3180

Open
DeltaMichael opened this issue Mar 6, 2024 · 0 comments
Open

vdk-plugins: work around caching values from config options #3180

DeltaMichael opened this issue Mar 6, 2024 · 0 comments
Labels
enhancement New feature or request story Task for an Epic

Comments

@DeltaMichael
Copy link
Contributor

Overview

Some plugins fetch the configuration value during initialize_job hook and cache it :

Like here or here

This clashes with overriding config options using secrets. #3125

Acceptance criteria

  1. Find a way to preserve the functionality of the plugins without caching the value
  2. Update the plugins and tests them
@DeltaMichael DeltaMichael added enhancement New feature or request story Task for an Epic labels Mar 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request story Task for an Epic
Projects
None yet
Development

No branches or pull requests

1 participant