mirror of
https://github.com/edgelesssys/constellation.git
synced 2024-12-25 15:39:37 -05:00
cdbg config: use unified firewall rules
This commit is contained in:
parent
7ba2fdd1a1
commit
084ed0c4ef
13
README.md
13
README.md
@ -124,18 +124,7 @@ With `cdbg` and `yq` installed in your path:
|
|||||||
constellation-conf.yaml
|
constellation-conf.yaml
|
||||||
|
|
||||||
yq -i \
|
yq -i \
|
||||||
".provider.azureConfig.networkSecurityGroupInput.ingress += {
|
".ingressFirewall += {
|
||||||
\"name\": \"debugd\",
|
|
||||||
\"description\": \"debugd default port\",
|
|
||||||
\"protocol\": \"tcp\",
|
|
||||||
\"iprange\": \"0.0.0.0/0\",
|
|
||||||
\"fromport\": 4000,
|
|
||||||
\"toport\": 0
|
|
||||||
}" \
|
|
||||||
constellation-conf.yaml
|
|
||||||
|
|
||||||
yq -i \
|
|
||||||
".provider.gcpConfig.firewallInput.ingress += {
|
|
||||||
\"name\": \"debugd\",
|
\"name\": \"debugd\",
|
||||||
\"description\": \"debugd default port\",
|
\"description\": \"debugd default port\",
|
||||||
\"protocol\": \"tcp\",
|
\"protocol\": \"tcp\",
|
||||||
|
Loading…
Reference in New Issue
Block a user