mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-05 18:31:00 +03:00
++
This commit is contained in:
parent
f8ec3dac9f
commit
3d69653667
File diff suppressed because it is too large
Load Diff
@ -385,6 +385,7 @@ environments:
|
||||
- name: documentations
|
||||
- name: documentations-hasher
|
||||
- name: cde
|
||||
- name: flows
|
||||
users:
|
||||
- name: ugmk-test-rmq
|
||||
password_length: 32
|
||||
@ -398,6 +399,9 @@ environments:
|
||||
- name: cde
|
||||
password_length: 32
|
||||
password_special: false
|
||||
- name: flows
|
||||
password_length: 32
|
||||
password_special: false
|
||||
permissions:
|
||||
- user: ugmk-test-rmq
|
||||
vhost: ugmk-test-vhost
|
||||
@ -419,7 +423,18 @@ environments:
|
||||
configure: ".*"
|
||||
write: ".*"
|
||||
read: ".*"
|
||||
- user: flows
|
||||
vhost: flows
|
||||
configure: ".*"
|
||||
write: ".*"
|
||||
read: ".*"
|
||||
queues:
|
||||
- name: flow
|
||||
vhost: flows
|
||||
durable: true
|
||||
auto_delete: false
|
||||
arguments:
|
||||
x-queue-type: classic
|
||||
- name: ugmk.test.queue
|
||||
vhost: ugmk-test-vhost
|
||||
durable: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user