You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The IotDataPlaneClientFactory is not passing the thing name as x-amzn-iot-thingname HTTP header. This prevents us from using IoT Core Policy variables like iot:Connection.Thing.ThingName.
To Reproduce
Use ${iot:Connection.Thing.ThingName} in the IoT Core Policy for iot:*ThingShadow.
Describe the bug
The
IotDataPlaneClientFactory
is not passing the thing name asx-amzn-iot-thingname
HTTP header. This prevents us from using IoT Core Policy variables likeiot:Connection.Thing.ThingName
.To Reproduce
Use
${iot:Connection.Thing.ThingName}
in the IoT Core Policy foriot:*ThingShadow
.Expected behavior
The AWS IoT Core policy using the policy variable
iot:Connection.Thing.ThingName
should work.Actual behavior
Synchronizing shadows with the shadow manager does not work. You have to set
Resource
to*
for it to work.The text was updated successfully, but these errors were encountered: