-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bug: "invalid memory address" for FalconImageAnalyzer resource #575
Comments
Hello, Currently, having FalconAPI configured and set is required for IAR functionality. |
I've attempted to add time="2024-08-07T20:33:23Z" level=error msg="error getting imageanalyzer config. will try again" mode=watcher error="received 403 from uri https://api.crowdstrike.com/image-assessment/runtime/entities/config/v1 - response = {\n \"meta\": {\n \"query_time\": 1.28e-7,\n \"powered_by\": \"crowdstrike-api-gateway\",\n \"trace_id\": \"17b24113-f416-4eb3-99b8-1018bbc50fa5\"\n },\n \"errors\": [\n {\n \"code\": 403,\n \"message\": \"access denied, authorization failed\"\n }\n ]\n}" I've followed the readme and like the CRD readmes it says I only need |
Minor update with additional context, in the above example I had
And just for kicks I tried
|
I created the following
FalconImageAnalyzer
resource:And now the falcon-operator is in a
CrashLoopBackOff
with the following error:Looking at the line in the error above, the
FalconImageAnalyzer
controller is expecting theFalconAPI
struct to exist which it does not on the resource I created.There seems to be a gap in the logic around the config map handling here but I'm not confident enough in my understanding of what is supposed to happen here to create a PR with a fix.
The text was updated successfully, but these errors were encountered: