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
b0cf57d5eb
commit
27f0770e07
File diff suppressed because it is too large
Load Diff
@ -382,16 +382,34 @@ environments:
|
|||||||
amqp_port: 5672
|
amqp_port: 5672
|
||||||
vhosts:
|
vhosts:
|
||||||
- name: ugmk-test-vhost
|
- name: ugmk-test-vhost
|
||||||
|
- name: documentations
|
||||||
|
- name: documentations-hasher
|
||||||
users:
|
users:
|
||||||
- name: ugmk-test-rmq
|
- name: ugmk-test-rmq
|
||||||
password_length: 32
|
password_length: 32
|
||||||
password_special: false
|
password_special: false
|
||||||
|
- name: documentations
|
||||||
|
password_length: 32
|
||||||
|
password_special: false
|
||||||
|
- name: documentations-hasher
|
||||||
|
password_length: 32
|
||||||
|
password_special: false
|
||||||
permissions:
|
permissions:
|
||||||
- user: ugmk-test-rmq
|
- user: ugmk-test-rmq
|
||||||
vhost: ugmk-test-vhost
|
vhost: ugmk-test-vhost
|
||||||
configure: ".*"
|
configure: ".*"
|
||||||
write: ".*"
|
write: ".*"
|
||||||
read: ".*"
|
read: ".*"
|
||||||
|
- user: documentations
|
||||||
|
vhost: documentations
|
||||||
|
configure: ".*"
|
||||||
|
write: ".*"
|
||||||
|
read: ".*"
|
||||||
|
- user: documentations-hasher
|
||||||
|
vhost: documentations-hasher
|
||||||
|
configure: ".*"
|
||||||
|
write: ".*"
|
||||||
|
read: ".*"
|
||||||
queues:
|
queues:
|
||||||
- name: ugmk.test.queue
|
- name: ugmk.test.queue
|
||||||
vhost: ugmk-test-vhost
|
vhost: ugmk-test-vhost
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user