Skip to content

Commit

Permalink
documented NAC's OCSP service for DEP and outlined limitation of appl…
Browse files Browse the repository at this point in the history
…y… (#272)

* documented NAC's OCSP service for DEP and outlied limitation of applying SINGLE NAT

* Commit changes made by code formatters

* Update README.md

* Added styling to the titles

* Commit changes made by code formatters

---------

Co-authored-by: Jahir <[email protected]>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Sandhya Buddharaju <[email protected]>
  • Loading branch information
4 people authored Apr 5, 2024
1 parent 32ed1f3 commit d4e5895
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ This repository defines the **system infrastructure only**. Specific components
- [Vertically scaling the Read Replica](documentation/database-upgrade.md)
- [Setup Performance Testing](documentation/performance_testing.md)
- [Database Access - dump with bastion](documentation/rds-bastion.md)
- [DEP OCSP Service Overview](documentation/ocsp-over-internet.md)

## CI/CD

Expand Down
Binary file added documentation/azure-images/ocsp-nat.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions documentation/ocsp-over-internet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
- ### OCSP

NAC currently required to work with OCSP endpoint within internal subnet issued by internal CA and no requirement to send traffic over the internet, however, as a part of DEP(Digital Education Project) this service needed to onboard external CA which required NAC to send OCSP traffic over the internet.

- As a part of this we needed to provide a static set of IPS in order for the supplier to ALLOW-LIST NAC on their service.

Currently, NAC's cluster tasks are auto assigned with a public IP and these are subjected to change everytime service gets re-deployed.
In order to solve this problem a SOURCE-NAT was configured using AWS NAT Gateway for traffic bound to DEP OCSP IP range.

#### High level solution outlining DEP OCSP traffic

![High level solution outlining DEP OCSP traffic
](../documentation/azure-images/ocsp-nat.png)

- ### Limitation

As per the best practice NAT should have been deployed in to multi-az, however, due to the limitation on the available subnet and CIDR limitation assigned to this VPC, it was not possible to deploy NAT across all availability zones without significant refactoring of the existing VPC.

- In the event of an availability zone failures NAC DEP service will be degraded until AWS brings back the service.This has been raised as risk.

0 comments on commit d4e5895

Please sign in to comment.