Documents protocols used for connections

This commit is contained in:
Rob Gil 2020-01-15 11:25:15 -05:00
parent 7cb260a70d
commit 0480659258

View File

@ -2,19 +2,19 @@
This document describes the expected connections and listening services. This document describes the expected connections and listening services.
## Transient Connections ## Transient Connections
| Service | Direction | Ports | Encrypted? | Ciphers | | Service | Direction | Ports | Protocol | Encrypted? | Ciphers |
| --------|-----------|-------|------------|--------------| | --------|-----------|-------|----------|------------|--------------|
| Azure Container Registry | Egress | 443 | Yes | MSFT Managed | | Azure Container Registry | Egress | 443 | HTTP | Yes | MSFT Managed |
| DOD CRL Service | Egress | 443 | Yes | DOD Managed | | DOD CRL Service | Egress | 443 | HTTP | Yes | DOD Managed |
| Azure Storage | Egress | 443 | Yes | MSFT Managed| | Azure Storage | Egress | 443 | HTTP | Yes | MSFT Managed|
| Redis | Egress | 6380 | Yes | MSFT Managed| | Redis | Egress | 6380 | HTTP | Yes | MSFT Managed|
| Postgres | Egress | 5432 | Yes | MSFT Managed| | Postgres | Egress | 5432 | HTTP | Yes | MSFT Managed|
# Listening Ports / Services # Listening Ports / Services
| Service/App | Port | Encrypted? | Accessible | | Service/App | Port | Protocol| Encrypted? | Accessible |
|-------------|------|------------|--------| |-------------|---------|---------|------------|--------|
| ATAT App | 80, 443 | Both | Load Balancer Only | ATAT App | 80, 443 | HTTP | Both | Load Balancer Only
| ATAT Auth | 80, 443 | Both | Load Balancer Only | ATAT Auth | 80, 443 | HTTP | Both | Load Balancer Only
# Host List # Host List
## Dev ## Dev