mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-08 21:21:34 +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"
|
min.insync.replicas: "1"
|
||||||
deletionPolicy: orphan
|
deletionPolicy: orphan
|
||||||
ownerRoles: []
|
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
|
- name: inspections.inspection.created.v1
|
||||||
owner: inspections
|
owner: inspections
|
||||||
clusterRef: prod
|
clusterRef: prod
|
||||||
@ -658,6 +702,17 @@ environments:
|
|||||||
config: {}
|
config: {}
|
||||||
deletionPolicy: orphan
|
deletionPolicy: orphan
|
||||||
users:
|
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
|
- name: iam
|
||||||
clusterRef: prod
|
clusterRef: prod
|
||||||
adopt: true
|
adopt: true
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user