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 resolution of package configuration provider secrets #615

Merged

Conversation

mnonnenmacher
Copy link
Contributor

@mnonnenmacher mnonnenmacher commented Jul 5, 2024

See the commit messages for details.

Note that a similar fix for package curation providers will be done in a separate PR.

sschuberth
sschuberth previously approved these changes Jul 5, 2024
Rename `resolveConfigSecrets` to `resolvePluginConfigSecrets` to make
the purpose of the function clearer and to avoid a conflict with a
function added in the next commit.

Signed-off-by: Martin Nonnenmacher <[email protected]>
The tests in the container test the `resolvePluginConfigSecrets`
function, not the `resolveConfigFiles` function.

Signed-off-by: Martin Nonnenmacher <[email protected]>
Add a helper function to resolve all secrets in a list of
`ProviderPluginConfiguration`s.

Signed-off-by: Martin Nonnenmacher <[email protected]>
Resolve the secrets in the configurations of package configuration
providers from the configured secret storage, instead of using the
secret values directly.

Fixes eclipse-apoapsis#611.

Signed-off-by: Martin Nonnenmacher <[email protected]>
Resolve the secrets in the configurations of package configuration
providers from the configured secret storage, instead of using the
secret values directly.

Signed-off-by: Martin Nonnenmacher <[email protected]>
@mnonnenmacher mnonnenmacher added this pull request to the merge queue Jul 5, 2024
Merged via the queue into eclipse-apoapsis:main with commit f95075a Jul 5, 2024
12 checks passed
@mnonnenmacher mnonnenmacher deleted the plugin-secret-resolution branch July 5, 2024 14:05
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.

None yet

3 participants