forked from airbytehq/airbyte
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add the ability to use a secret persistence (airbytehq#6415)
* test exposing secrets in configrepo * fix local persistence sql * working propagation, just without check/discover replacements and without feature flagging * switch if statement * set up secret persistence for google secrets manager * add ttl-based secret persistence for check/discover usage in the future * set up check/discover to pass around necessary parts * Revert "set up check/discover to pass around necessary parts" This reverts commit 489d2d5. * working updates + check/discover operations * fix additional configs created on deletion * clean up docker compose file * finish up configrepo * make api path optional * clean up schedulerapp and local testing persistence * make optional in the worker app * add rest of feature flagging * fmt * remove completed todo * fix refactoring typo * fix another refactoring typo * fix compilation error in test case * fix tests * final cleanups * fix conditional * address a couple of things * add hydrator interface * add replaceAllConfigs * specfetcher handling * fix constructor * fix test * fix typo * fix merge build error * remove extra config * fix integration test * fix final piece
- Loading branch information
Showing
44 changed files
with
844 additions
and
444 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.