kitchen-inspec icon indicating copy to clipboard operation
kitchen-inspec copied to clipboard

Expeditor cannot find agent for inspec/kitchen-inspec

Open james-stocks opened this issue 4 years ago • 6 comments

Despite having expeditor config , the expeditor Slack integration reports I'm sorry, but Expeditor can not find an agent associated with inspec/kitchen-inspec. when trying to interact with this project.

james-stocks avatar Apr 15 '20 09:04 james-stocks

Apparently kitchen-inspec 1.3.2 has been pushed yesterday to rubygems.org (https://rubygems.org/gems/kitchen-inspec) even if https://github.com/inspec/kitchen-inspec/blob/master/CHANGELOG.md traces that release beginning of Feb 2020.

kamaradclimber avatar Apr 16 '20 10:04 kamaradclimber

I may not have the same issue than this one but my symptom is:

Message: Could not load the 'inspec' verifier from the load path.cannot load such file -- inspec/plugin/v2

since yesterday.

kamaradclimber avatar Apr 16 '20 10:04 kamaradclimber

@kamaradclimber that error relates to the change in kitchen-inspec 1.3.2

What version of InSpec are you using?

james-stocks avatar Apr 16 '20 14:04 james-stocks

1.3.2 (we use latest from rubygems.org).

kamaradclimber avatar Apr 16 '20 14:04 kamaradclimber

I mean the version of InSpec itself. The error you see might be due to using an old InSpec that does not implement the v2 plugin system

james-stocks avatar Apr 16 '20 14:04 james-stocks

Indeed, the resolved version of inspec is 2.1.0 which is far behind the 4.1.x published currently on rubygems. I'll investigate this.

kamaradclimber avatar Apr 16 '20 18:04 kamaradclimber