E2005 Details¶
Message emitted:¶
E2005: Configured to use secrets based on config context, the device {device_obj} does not have any value in
config_context.nautobot_plugin_nornir.secret_access_type.
Description:¶
The device object does not have the expected config context.
Troubleshooting:¶
Review the config context for the specific device that you received thee error on. Ensure that there is the a dictionary key called nautobot_plugin_nornir
, and a dictionary key within there called secret_access_type
.
Recommendation:¶
Review then address the config context for the device.