0

We are going through implementing ISO 27001 processes we have a requirement of having a proxy server between the application and database server, can someone suggest an architecture and tools to use?

Pawan
  • 123
  • 1
  • 5
  • Ask your question here: https://softwarerecs.stackexchange.com/ And provide much more details and requirements. – Romeo Ninov Jul 14 '23 at 09:10

1 Answers1

0

It can be almost anything. The key is no direct access to the database by components other than the proxy. It could mean an application server front ending the database, but there are other solutions. For example, using HAProxy in front of MySQL, or AWS has their own custom proxy for RDS.

Greg Askew
  • 35,880
  • 5
  • 54
  • 82