fix(platform-db): update D601 PostgreSQL allowlist
This commit is contained in:
@@ -85,7 +85,7 @@ postgres:
|
||||
cidr: 74.48.78.17/32
|
||||
purpose: admin-and-secret-sync
|
||||
- id: D601-public
|
||||
cidr: 36.49.29.73/32
|
||||
cidr: 36.49.29.0/24
|
||||
purpose: platform-infra-standby-app
|
||||
- id: G14-public
|
||||
cidr: 202.98.17.68/32
|
||||
@@ -133,12 +133,12 @@ postgres:
|
||||
- type: hostssl
|
||||
database: sub2api
|
||||
user: sub2api
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: postgres
|
||||
user: sub2api
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: langbot
|
||||
@@ -213,12 +213,12 @@ postgres:
|
||||
- type: hostssl
|
||||
database: agentrun_v02
|
||||
user: agentrun_v02
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: postgres
|
||||
user: agentrun_v02
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: agentrun_v02
|
||||
@@ -243,12 +243,12 @@ postgres:
|
||||
- type: hostssl
|
||||
database: hwlab_d601_v03
|
||||
user: hwlab_d601_v03_app
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: postgres
|
||||
user: hwlab_d601_v03_app
|
||||
address: 36.49.29.73/32
|
||||
address: 36.49.29.0/24
|
||||
method: scram-sha-256
|
||||
- type: hostssl
|
||||
database: hwlab_d601_v03
|
||||
|
||||
Reference in New Issue
Block a user