Getting an error running osquery inside k8s on aws...
# general
r
Getting an error running osquery inside k8s on aws.
Copy code
Exception making HTTP request to URL (<http://169.254.169.254/latest/meta-data/iam/security-credentials>): Invalid URL
Am attempting to push to firehose and have it configured to use an iam role. I can curl that endpoint/<role> and it returns the aws creds just fine.
Copy code
"logger_plugin": "aws_firehose",
    "aws_firehose_stream": "develop-osquery",
    "aws_region": "us-east-1",
is my relevant config