-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
add the ability to use a secret persistence #6415
Merged
Merged
Changes from all commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
cdfcd39
test exposing secrets in configrepo
jrhizor 5f3d949
fix local persistence sql
jrhizor a09b411
working propagation, just without check/discover replacements and wit…
jrhizor 5c337f5
switch if statement
jrhizor df73b87
set up secret persistence for google secrets manager
jrhizor d9fa73d
add ttl-based secret persistence for check/discover usage in the future
jrhizor 489d2d5
set up check/discover to pass around necessary parts
jrhizor 075f472
Revert "set up check/discover to pass around necessary parts"
jrhizor fb0ef64
working updates + check/discover operations
jrhizor 8532a02
fix additional configs created on deletion
jrhizor 0e79eb1
clean up docker compose file
jrhizor 896a8d9
finish up configrepo
jrhizor 13be907
make api path optional
jrhizor 02dfbee
clean up schedulerapp and local testing persistence
jrhizor 58a41ff
make optional in the worker app
jrhizor 6e76768
add rest of feature flagging
jrhizor a279edb
fmt
jrhizor f25bb36
remove completed todo
jrhizor be25474
fix refactoring typo
jrhizor a32fd49
fix another refactoring typo
jrhizor 5dfb0ef
fix compilation error in test case
jrhizor 6bc4b3b
fix tests
jrhizor 405cd1c
final cleanups
jrhizor 8d5ceb7
fix conditional
jrhizor 948f307
Merge branch 'master' into jrhizor/secrets-in-configrepo
jrhizor 5c865ca
address a couple of things
jrhizor c91d597
add hydrator interface
jrhizor 91e0cd0
add replaceAllConfigs
jrhizor 5e74c50
specfetcher handling
jrhizor 9f8a932
fix constructor
jrhizor e5ed837
fix test
jrhizor 64097aa
Merge branch 'master' into jrhizor/secrets-in-configrepo
jrhizor 702c5a7
fix typo
jrhizor 37d101a
fix merge build error
jrhizor 051f8b0
remove extra config
jrhizor a2dca1d
fix integration test
jrhizor b90f9e8
fix final piece
jrhizor File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
maybe just test? and then have a comment or readme?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
bump
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm leaving as is. The usage is a bit confusing otherwise. I can add readmes after the fact too.