diff --git a/sas/README.md b/sas/README.md index fd7ff10..6881ff9 100644 --- a/sas/README.md +++ b/sas/README.md @@ -11,7 +11,7 @@ The list of SAS ports is as follows: | Desscription | Protocol | Port Range | Direction | Source | |------------------|----------|------------|----------------|--------| -| SAS OLAP Server | TCP | 5450-5460 | Inbound | All Client CIDRS:
148.129/16
172.16/12192.168/16
10/8 | +| SAS OLAP Server | TCP | 5450-5460 | Inbound | 148.129/16
172.16/12
192.168/16
10/8 | | SAS Environment Manager Dashboard Port (HTTP) | TCP | 7080-7090 | Inbound | | | SAS Document Conversion | TCP | 7111 | Inbound | | | SAS Environment Manager Dashboard Secure Port (HTTPS) | TCP | 7443 | Inbound | | diff --git a/sas/main.tf b/sas/main.tf index 6e116ad..bf5af02 100644 --- a/sas/main.tf +++ b/sas/main.tf @@ -12,7 +12,7 @@ * * | Desscription | Protocol | Port Range | Direction | Source | * |------------------|----------|------------|----------------|--------| -* | SAS OLAP Server | TCP | 5450-5460 | Inbound | All Client CIDRS:
148.129/16
172.16/12192.168/16
10/8 | +* | SAS OLAP Server | TCP | 5450-5460 | Inbound | 148.129/16
172.16/12
192.168/16
10/8 | * | SAS Environment Manager Dashboard Port (HTTP) | TCP | 7080-7090 | Inbound | | * | SAS Document Conversion | TCP | 7111 | Inbound | | * | SAS Environment Manager Dashboard Secure Port (HTTPS) | TCP | 7443 | Inbound | |