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
When using ScoutSuite to audit an EKS cluster, the following error occurs.
Console Output:
2024-11-05 11:08:11 localhost.localdomain scout[171226] INFO Fetching resources for the EKS service
'resources'
2024-11-05 11:08:12 localhost.localdomain scout[171226] ERROR services.py L56: Could not fetch EKS configuration: 'resources'
Traceback (most recent call last):
File "/home/lleetossel/work/git/ScoutSuite/testenv/ScoutSuite/providers/base/services.py", line 56, in _fetch
await service_config.fetch_all(**method_args)
File "/home/lleetossel/work/git/ScoutSuite/testenv/ScoutSuite/providers/kubernetes/resources/base.py", line 47, in fetch_all
self[f'{child_name}_{version}_count'] = len(data[version]['resources'])
~~~~~~~~~~~~~^^^^^^^^^^^^^
KeyError: 'resources'
This was tested on multiple clusters all with the same result.
Describe the bug
When using ScoutSuite to audit an EKS cluster, the following error occurs.
This was tested on multiple clusters all with the same result.
Python version 3.13
To Reproduce
The text was updated successfully, but these errors were encountered: