Skip to content
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

Fix AWS certificate verification failing on all services #7652

Merged
merged 1 commit into from
Jun 24, 2022

Conversation

Smjert
Copy link
Member

@Smjert Smjert commented Jun 24, 2022

Revert "Fixes osquery tls connections to aws kinesis when tls_server_certs is set (#7450)"

This reverts commit 97815bd.

This doesn't actually fix the issue the PR was set to fix.
The certificates are always needed to be set,
the difference though is that it might be desirable to have
a set of configurations for internal use,
to have osquery connect to a fleet manager,
and another set for other services, like AWS, Azure etc.

Fixes #7632

…certs is set (osquery#7450)"

This reverts commit 97815bd.

This doesn't actually fix the issue the PR was set to fix.
The certificates are always needed to be set,
the difference though is that it might be desirable to have
a set of configurations for internal use,
to have osquery connect to a fleet manager,
and another set for other services, like AWS, Azure etc.
@Smjert Smjert added bug ready for review Pull requests that are ready to be reviewed by a maintainer AWS Related to Amazon Web Services tables labels Jun 24, 2022
@Smjert Smjert added this to the 5.4.0 milestone Jun 24, 2022
@Smjert Smjert requested review from a team as code owners June 24, 2022 15:58
@Smjert Smjert merged commit 81645c1 into osquery:master Jun 24, 2022
@Smjert Smjert deleted the stefano/fix/aws-openssl-cert branch June 24, 2022 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWS Related to Amazon Web Services tables bug ready for review Pull requests that are ready to be reviewed by a maintainer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

"Certificate verify failed" when sending to AWS Firehose without TLS or any other certificate related config.
2 participants