How can I secure internal roles in azure (SSL at minimum)

后端 未结 1 393
不思量自难忘°
不思量自难忘° 2021-01-23 02:31

I am working on a HIPAA cloud project and am implementing a Key Store as a central repository for all of the key pairs for PHI(Private Health Information) encryption... I am not

相关标签:
1条回答
  • 2021-01-23 03:19

    I don't think you can. Internal endpoints are on a closed network branch, so https would normally be redundant (although I understand your compliance issues). I found this answer (to my question) very useful in figuring out the security of internal endpoints: How secure are Windows Azure internal endpoints? - see the more detailed post that Brent links to.

    0 讨论(0)
提交回复
热议问题