@turbot/servicenow-aws-iam

Version
5.0.2
Released On
Dec 07, 2023

Control Types

Policy Types

Release Notes

5.0.2 (2023-12-07)

Bug fixes

  • The Table control for resources did not allow extending the Table from any Table in ServiceNow but the cmdb_ci Table. This is fixed and users will now be able to extend off of any table in ServiceNow.
  • The Configuration Item control for resources would sometimes go into an invalid state if the corresponding Table was not found in ServiceNow. The control will now go to an error state instead, which will allow Guardrails to retry running the control automatically.
  • The Configuration Item control would sometimes fail to detect if any columns were missing from the corresponding Table before creating a record in ServiceNow. This is fixed and the control will now work correctly as expected.

5.0.1 (2023-12-06)

Bug fixes

  • The ServiceNow Table control for resources would sometimes fail to create their respective tables correctly in ServiceNow. This is now fixed.