microsoft / Docker-Provider

Azure Monitor for Containers
Other
140 stars 107 forks source link

add shieldGuard changes #1287

Closed pfrcks closed 3 months ago

pfrcks commented 3 months ago

This pull request primarily focuses on enhancing the security of various Kubernetes deployments by modifying the securityContext in multiple YAML files. The changes involve dropping all capabilities and adding the DAC_OVERRIDE capability.

Security enhancements:

These changes are important as they help to limit the capabilities of the containers, thereby reducing potential security risks. The DAC_OVERRIDE capability allows the containers to bypass file read, write, and execute permission checks on the user and group owner.