Skip to content

Commit ee9853e

Browse files
Add allow_out_ports (#3796)
Follow changes in the CVM builder ### Description Follow changes in the CVM builder ### Types of changes <!--- Put an `x` in all the boxes that apply, and remove the not applicable items --> - [x] Non-breaking change (fix or new feature that would not break existing functionality). - [ ] Breaking change (fix or new feature that would cause existing functionality to change). - [ ] New tests added to cover the changes. - [ ] Quick tests passed locally by running `./runtest.sh`. - [ ] In-line docstrings updated. - [ ] Documentation updated.
1 parent b6c8e21 commit ee9853e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

examples/advanced/cc_provision/cc_server1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ user_data_drive_size: 1
1111
# docker save <image_name> | gzip > app.tar.gz
1212
docker_archive: /tmp/base_images/app.tar.gz
1313

14-
allowed_ports:
15-
- 8002
14+
allowed_ports: [8002]
15+
allowed_out_ports: [443, 8999]
1616

1717
cc_issuers:
1818
- id: snp_authorizer

examples/advanced/cc_provision/cc_site-1.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ docker_archive: /tmp/base_images/app.tar.gz
1515
# for debugging purpose
1616
# hosts_entries:
1717
# server1: 1.2.3.4
18+
allowed_out_ports: [443, 8002, 8999]
1819

1920
cc_issuers:
2021
- id: snp_authorizer

0 commit comments

Comments
 (0)