This repository has been archived by the owner on May 5, 2024. It is now read-only.
forked from devshawn/kafka-gitops
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
--skip-topics
to skip any topic-related actions
Closes devshawn#88
- Loading branch information
Showing
18 changed files
with
380 additions
and
17 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
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
73 changes: 73 additions & 0 deletions
73
src/test/resources/plans/skip-topics-apply-apply-output.txt
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,73 @@ | ||
Executing apply... | ||
|
||
Applying: [CREATE] | ||
|
||
+ [ACL] test-service-0 | ||
+ resource_name: another.topic.0 | ||
+ resource_type: TOPIC | ||
+ resource_pattern: LITERAL | ||
+ resource_principal: User:test | ||
+ host: * | ||
+ operation: WRITE | ||
+ permission: ALLOW | ||
|
||
|
||
Successfully applied. | ||
|
||
Applying: [CREATE] | ||
|
||
+ [ACL] test-service-1 | ||
+ resource_name: MY_TOPIC | ||
+ resource_type: TOPIC | ||
+ resource_pattern: LITERAL | ||
+ resource_principal: User:test | ||
+ host: * | ||
+ operation: READ | ||
+ permission: ALLOW | ||
|
||
|
||
Successfully applied. | ||
|
||
Applying: [CREATE] | ||
|
||
+ [ACL] test-service-2 | ||
+ resource_name: test-service | ||
+ resource_type: GROUP | ||
+ resource_pattern: LITERAL | ||
+ resource_principal: User:test | ||
+ host: * | ||
+ operation: READ | ||
+ permission: ALLOW | ||
|
||
|
||
Successfully applied. | ||
|
||
Applying: [CREATE] | ||
|
||
+ [ACL] my-other-service-0 | ||
+ resource_name: another.topic.0 | ||
+ resource_type: TOPIC | ||
+ resource_pattern: LITERAL | ||
+ resource_principal: User:test | ||
+ host: * | ||
+ operation: READ | ||
+ permission: ALLOW | ||
|
||
|
||
Successfully applied. | ||
|
||
Applying: [CREATE] | ||
|
||
+ [ACL] my-other-service-1 | ||
+ resource_name: my-other-service | ||
+ resource_type: GROUP | ||
+ resource_pattern: LITERAL | ||
+ resource_principal: User:test | ||
+ host: * | ||
+ operation: READ | ||
+ permission: ALLOW | ||
|
||
|
||
Successfully applied. | ||
|
||
[SUCCESS] Apply complete! Resources: 5 created, 0 updated, 0 deleted. |
Oops, something went wrong.