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
|
||||
vhosts:
|
||||
- name: ugmk-test-vhost
|
||||
- name: documentations
|
||||
- name: documentations-hasher
|
||||
users:
|
||||
- name: ugmk-test-rmq
|
||||
password_length: 32
|
||||
password_special: false
|
||||
- name: documentations
|
||||
password_length: 32
|
||||
password_special: false
|
||||
- name: documentations-hasher
|
||||
password_length: 32
|
||||
password_special: false
|
||||
permissions:
|
||||
- user: ugmk-test-rmq
|
||||
vhost: ugmk-test-vhost
|
||||
configure: ".*"
|
||||
write: ".*"
|
||||
read: ".*"
|
||||
- user: documentations
|
||||
vhost: documentations
|
||||
configure: ".*"
|
||||
write: ".*"
|
||||
read: ".*"
|
||||
- user: documentations-hasher
|
||||
vhost: documentations-hasher
|
||||
configure: ".*"
|
||||
write: ".*"
|
||||
read: ".*"
|
||||
queues:
|
||||
- name: ugmk.test.queue
|
||||
vhost: ugmk-test-vhost
|
||||
|
||||
Loading…
Reference in New Issue
Block a user