Azure / sap-automation

This is the repository supporting the SAP deployment automation framework on Azure
MIT License
122 stars 142 forks source link

Fix empty ARM_CLIENT_ID when using SPN in deployer phase. #607

Closed arielsepulveda closed 3 months ago

arielsepulveda commented 3 months ago

Problem

ARM_CLIENT_ID empty when using SPN

Solution

Set ARM_CLIENT_ID from CP_ARM_CLIENT_ID

Tests

Deployed environment after various debug checks / echo outputs to find the error.

Notes

devanshjainms commented 3 months ago

Hi @arielsepulveda, Thank you for your contribution. Can you please point this PR to experimental branch?

devanshjainms commented 3 months ago

Hi @arielsepulveda, thank you for your contribution. This change has been included in #611 and will be available in main branch soon.