You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cre-local): enable secrets management via vault don (#22075)
* feat(cre-local): enable secrets management via vault don
* fix: version matching and error handling
- fix typo in secretsNamesConfig comment
- add check for workflowRegistryVersion and capabilitiesRegistryVersion
- allow more than 100 don via pagination
- fetch vault capability id from helper
- increase timeout for vault requests
- return error value from sendToVaultGateway method
* fix: go lint
* refactor: add retries to req gateway and skip if cap cfg is set
* fix: go lint
* refactor: retry-go for vault calls and split update logic for vault config
* refactor: dynamic check for vault config propagation
* refactor: workflow
* fix: apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* refactor: remove capability address empty check
* refactor: merge fields in update config
* refactor: move business logic to lib cre dir
* fix: make gomodtidy
* refactor: revert config changes
* refactor: revert config changes
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
0 commit comments