Grant connectivity from aprbap-app to aprcro-lbint

h1. Request Details

h2. Background

Room data currently owned by new service called aprcro. It governs access from all external services to the data. Currently, external services request for room data is migrated to aprcro. Aprbap is one of the left over because currently it depends on hb to get room data.

h2. Purpose

Need connectivity to get room data for our booking ops tools service directly from aprcro no need additional route to hb.

h2. Impact

Hotel ops can get hotel room data in booking ops tools.

h2. Risk

Increased CPU usage and latency on aprbap because additional request to aprcro.

h2. Resources
h3. Connectivity

https://docs.google.com/spreadsheets/d/1Tdz16bUD_rQjDvWohjkoiA6KU5CtYPqP03X34j0oajQ/edit?usp=sharing

{

"product_domain": "apr",
"resources": {
"connectivity": [
{
"source_type": "sgname",
"source": "aprbap-app",
"destination_type": "sgname",
"destination": "aprcro-lbint",
"from_port": 443,
"to_port": 443,
"protocol": "tcp"
}
]
}

}