-
Notifications
You must be signed in to change notification settings - Fork 236
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CB-22413 Separated module for rotation in CB codebase
- moved existing rotation framework from common and flow to secret-rotation and secret-rotation-api modules - moved rotation related executor from orchestration-api to core and freeipa, later we would remove duplicates as much as possible - secret-rotation-api: api related stuff like interfaces for step and secrettype - secret-rotation: rotation flow, common logic for rotation framework like step progress tracking, etc. - removed unnecessary Optional injections from rotation framework
- Loading branch information
Showing
214 changed files
with
1,827 additions
and
1,235 deletions.
There are no files selected for viewing
17 changes: 0 additions & 17 deletions
17
...rc/main/java/com/sequenceiq/cloudbreak/rotation/secret/SecretRotationProgressService.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
common/src/main/java/com/sequenceiq/cloudbreak/rotation/secret/SecretType.java
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
...quenceiq/cloudbreak/rotation/secret/application/ApplicationSecretRotationInformation.java
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
common/src/main/java/com/sequenceiq/cloudbreak/rotation/secret/step/SecretRotationStep.java
This file was deleted.
Oops, something went wrong.
19 changes: 0 additions & 19 deletions
19
...in/java/com/sequenceiq/cloudbreak/rotation/secret/usage/SecretRotationUsageProcessor.java
This file was deleted.
Oops, something went wrong.
8 changes: 0 additions & 8 deletions
8
common/src/test/java/com/sequenceiq/cloudbreak/rotation/secret/TestSecretRotationStep.java
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
common/src/test/java/com/sequenceiq/cloudbreak/rotation/secret/TestSecretType.java
This file was deleted.
Oops, something went wrong.
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
2 changes: 0 additions & 2 deletions
2
core-api/src/main/java/com/sequenceiq/cloudbreak/rotation/CloudbreakSecretRotationStep.java
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
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
2 changes: 1 addition & 1 deletion
2
.../main/java/com/sequenceiq/cloudbreak/rotation/context/CMServiceConfigRotationContext.java
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
2 changes: 1 addition & 1 deletion
2
core/src/main/java/com/sequenceiq/cloudbreak/rotation/context/CMUserRotationContext.java
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
2 changes: 1 addition & 1 deletion
2
...src/main/java/com/sequenceiq/cloudbreak/rotation/context/ClusterProxyRotationContext.java
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
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
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.