architecture - Best way to deploy a webapp that has some public part but most of it is used from intranet -
if want design system has public components can used internet. however, part of app used intranet , security reason, never want part public accessible.
now, think enough block private part firewall , allow public portion internet. think? best approach? should deploy 2 servers 1 public / other private 100% sure?
i prefer physical split better. mitigate security issues , risks on infrastructure level already. sharing code fragments in both applications worth if comparing risk taking when deploying features available intranet users public..
Comments
Post a Comment