Hi,
This is a high level question that I hope someone already has had to deal with.
We are implementing our new webservers in a separate DMZ network. Our admins are not letting us use DBI from these networks to access our databases back in our normal network for security reasons. So our new CGI programs cannot use DBI since the port is shut off! This is to prevent access from the DMZ to our database tables in case the DMZ becomes compromised etc....
How do you handle accessing the databases in the non-DMZ network? Messaging middleware is an option.
Is what the network admins doing overkill? Is there some alternative that can be provided to them to allow DBI calls in a more secure fashion? I'd be curious what other shops have done.
This is a high level question that I hope someone already has had to deal with.
We are implementing our new webservers in a separate DMZ network. Our admins are not letting us use DBI from these networks to access our databases back in our normal network for security reasons. So our new CGI programs cannot use DBI since the port is shut off! This is to prevent access from the DMZ to our database tables in case the DMZ becomes compromised etc....
How do you handle accessing the databases in the non-DMZ network? Messaging middleware is an option.
Is what the network admins doing overkill? Is there some alternative that can be provided to them to allow DBI calls in a more secure fashion? I'd be curious what other shops have done.