alibaba / alibaba.alicloud

GNU General Public License v3.0
228 stars 85 forks source link

SecurityToken is None when using StsToken mode for inventory plugin #322

Open JensenT-ELS opened 3 months ago

JensenT-ELS commented 3 months ago

HTTP Status: 400 Error:MissingParameter The input parameter "SecurityToken" that is mandatory for processing this request is not supplied.

alicloud_ecs.py#L94 is looking for alicloud_security_token but the variable is set to security_token here alicloud_ecs.py#L157