File tree 2 files changed +67
-0
lines changed
2 files changed +67
-0
lines changed Original file line number Diff line number Diff line change
1
+ settings :
2
+ ccloud :
3
+ enabled : true
4
+ files :
5
+ topics : topics.yaml
6
+ services : services.yaml
7
+ users : users.yaml
8
+ topics :
9
+ blacklist :
10
+ prefixed :
11
+ - _confluent
Original file line number Diff line number Diff line change
1
+ users :
2
+ gitops-user :
3
+ principal : User:gitops-user
4
+ roles : []
5
+
6
+ customUserAcls :
7
+ gitops-user :
8
+ alter-cluster :
9
+ name : kafka-cluster
10
+ type : CLUSTER
11
+ pattern : LITERAL
12
+ host : " *"
13
+ operation : ALTER
14
+ permission : ALLOW
15
+ create-topics :
16
+ name : " *"
17
+ type : TOPIC
18
+ pattern : LITERAL
19
+ host : " *"
20
+ operation : CREATE
21
+ permission : ALLOW
22
+ alter-topics :
23
+ name : " *"
24
+ type : TOPIC
25
+ pattern : LITERAL
26
+ host : " *"
27
+ operation : ALTER
28
+ permission : ALLOW
29
+ describe-topics :
30
+ name : " *"
31
+ type : TOPIC
32
+ pattern : LITERAL
33
+ host : " *"
34
+ operation : DESCRIBE
35
+ permission : ALLOW
36
+ delete-topics :
37
+ name : " *"
38
+ type : TOPIC
39
+ pattern : LITERAL
40
+ host : " *"
41
+ operation : DELETE
42
+ permission : ALLOW
43
+ describe-topic-configs :
44
+ name : " *"
45
+ type : TOPIC
46
+ pattern : LITERAL
47
+ host : " *"
48
+ operation : DESCRIBE_CONFIGS
49
+ permission : ALLOW
50
+ alter-topic-configs :
51
+ name : " *"
52
+ type : TOPIC
53
+ pattern : LITERAL
54
+ host : " *"
55
+ operation : ALTER_CONFIGS
56
+ permission : ALLOW
You can’t perform that action at this time.
0 commit comments