kics icon indicating copy to clipboard operation
kics copied to clipboard

query(arm): logicapp_callbackurl_exposed

Open Kaloszer opened this issue 8 months ago • 0 comments

Platform

Arm

Provider

Azure

Description

Logic apps expose a callback URL with a secret token that is appended to the end

listCallbackURL('logicappid/triggers/manual', logicApp.apiVersion).value
[listCallbackURL('logicappid/triggers/manual', 'version').value]

This should be considered a secret and not exposed in output/input - so if this property is used in a module it should be provided as a @secure() parameter to a module and not provided directly to a deployment (e.g. in the same file).

Kaloszer avatar Apr 04 '25 08:04 Kaloszer