mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
Merge branch 'flows-topics' into 'master'
Flows topics See merge request infra/terraform!22
This commit is contained in:
commit
b81e785efb
File diff suppressed because one or more lines are too long
@ -89,6 +89,50 @@ environments:
|
||||
min.insync.replicas: "1"
|
||||
deletionPolicy: orphan
|
||||
ownerRoles: []
|
||||
- name: flows.review.created.v1
|
||||
owner: flows
|
||||
clusterRef: prod
|
||||
partitions: 3
|
||||
replicationFactor: 1
|
||||
config:
|
||||
cleanup.policy: delete
|
||||
retention.ms: "604800000"
|
||||
min.insync.replicas: "1"
|
||||
deletionPolicy: orphan
|
||||
ownerRoles: []
|
||||
- name: flows.review.completed.v1
|
||||
owner: flows
|
||||
clusterRef: prod
|
||||
partitions: 3
|
||||
replicationFactor: 1
|
||||
config:
|
||||
cleanup.policy: delete
|
||||
retention.ms: "604800000"
|
||||
min.insync.replicas: "1"
|
||||
deletionPolicy: orphan
|
||||
ownerRoles: []
|
||||
- name: flows.review.reviewers_changed.v1
|
||||
owner: flows
|
||||
clusterRef: prod
|
||||
partitions: 3
|
||||
replicationFactor: 1
|
||||
config:
|
||||
cleanup.policy: delete
|
||||
retention.ms: "604800000"
|
||||
min.insync.replicas: "1"
|
||||
deletionPolicy: orphan
|
||||
ownerRoles: []
|
||||
- name: flows.document.status_changed.v1
|
||||
owner: flows
|
||||
clusterRef: prod
|
||||
partitions: 3
|
||||
replicationFactor: 1
|
||||
config:
|
||||
cleanup.policy: delete
|
||||
retention.ms: "604800000"
|
||||
min.insync.replicas: "1"
|
||||
deletionPolicy: orphan
|
||||
ownerRoles: []
|
||||
- name: inspections.inspection.created.v1
|
||||
owner: inspections
|
||||
clusterRef: prod
|
||||
@ -658,6 +702,17 @@ environments:
|
||||
config: {}
|
||||
deletionPolicy: orphan
|
||||
users:
|
||||
- name: flows
|
||||
clusterRef: prod
|
||||
permissions:
|
||||
- topic: flows.review.created.v1
|
||||
roles: [ACCESS_ROLE_PRODUCER]
|
||||
- topic: flows.review.completed.v1
|
||||
roles: [ACCESS_ROLE_PRODUCER]
|
||||
- topic: flows.review.reviewers_changed.v1
|
||||
roles: [ACCESS_ROLE_PRODUCER]
|
||||
- topic: flows.document.status_changed.v1
|
||||
roles: [ACCESS_ROLE_PRODUCER]
|
||||
- name: iam
|
||||
clusterRef: prod
|
||||
adopt: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user