microsoft / terraform-provider-power-platform

Power Platform Terraform Provider
https://registry.terraform.io/providers/microsoft/power-platform/latest/docs
MIT License
35 stars 14 forks source link

Add certificate based authentication for the provider #352

Closed mawasile closed 4 months ago

mawasile commented 4 months ago

This pull request primarily introduces changes to enhance the authentication capabilities of the Power Platform provider. It adds support for Service Principal authentication using a client certificate, expands environment variables for credential configuration, and updates the documentation accordingly. The changes also involve the addition of a new helper function for certificate handling and modifications to the provider configuration to accommodate the new authentication method.

Authentication enhancements:

Documentation updates:

Dependency and codebase changes:

fix #351