microsoft / power-platform-terraform-quickstarts

Examples for using the Power Platform Terraform Provider
https://github.com/microsoft/terraform-provider-power-platform
MIT License
13 stars 0 forks source link

Create Private deployment for SAP Gateway and pass checkov scan. #84

Open eduardodfmex opened 1 month ago

eduardodfmex commented 1 month ago

Create Private deployment for SAP Gateway and pass Checkov scan.

Teh current SAP QuickStart will deploy a public deployment that uses public storage account, key vault and can be improved.

We will need to design a new deployment with private networking resources.

We also need to pass all the security and Checkov scans.

To Reproduce

Steps to reproduce the behavior:

  1. Remove the Checkov exceptions
  2. Run the Checkov scanning and fix the issues.

Sample Terraform Code

This will need a complete re-design of the resources to be private and allow the SAP gateway to run all the scripts and can connect to Power Platform or Fabric.

REMINDER: REMOVE SENSITIVE DATA SUCH AS SECRETS, USER NAMES, EMAILS, TENANT INFORMATION, ETC.

Expected behavior

All Checkov warnings should be resolved.

System Information

Additional context

Nothing to add.

Contribution

Contribution

Do you plan to raise a PR to address this issue? YES / NO?