-
Notifications
You must be signed in to change notification settings - Fork 317
feat: Use RequiresRepublish for secret rotation #1622
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
Open
dargudear-google
wants to merge
14
commits into
kubernetes-sigs:main
Choose a base branch
from
dargudear-google:rotation
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 11 commits
Commits
Show all changes
14 commits
Select commit
Hold shift + click to select a range
3757644
Use in secret rotation
dargudear-google 139cc32
Rotate only if enable-secret-rotation=true
dargudear-google 54efb52
Remove unused reconciler code
dargudear-google 028cace
Add tests to use rotation config.
dargudear-google fe176ac
Remove permissions required for reconciler.
dargudear-google 00854c2
Remove debug logs
dargudear-google 50018eb
Fix exported function and variable
dargudear-google 23e8f92
Update dependencies
dargudear-google 5f93f09
Do not return error if it is remount request
dargudear-google 935b2e8
Merge branch 'main' into rotation
dargudear-google a1f19b7
Merge branch 'kubernetes-sigs:main' into rotation
dargudear-google 4df9a6d
Fix the comments, logs and delete unused configs
dargudear-google 1b8606f
Fix rotation enable check
dargudear-google b1766e0
Merge branch 'main' into rotation
dargudear-google 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
dargudear-google marked this conversation as resolved.
Show resolved
Hide resolved
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 was deleted.
Oops, something went wrong.
This file contains hidden or 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 hidden or 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
18 changes: 0 additions & 18 deletions
18
manifest_staging/charts/secrets-store-csi-driver/templates/role-rotation.yaml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
manifest_staging/charts/secrets-store-csi-driver/templates/role-rotation_binding.yaml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
manifest_staging/charts/secrets-store-csi-driver/templates/role-tokenrequest.yaml
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
manifest_staging/charts/secrets-store-csi-driver/templates/role-tokenrequest_binding.yaml
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ spec: | |
attachRequired: false | ||
volumeLifecycleModes: | ||
- Ephemeral | ||
requiresRepublish: true |
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.
Uh oh!
There was an error while loading. Please reload this page.