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 missing IAM permissions for Fluent Bit #173

Merged
merged 1 commit into from
Dec 18, 2023

Conversation

jferris
Copy link
Contributor

@jferris jferris commented Dec 18, 2023

The service account for Fluent Bit currently does not have permission to create the log streams with the new log stream template name. This means that non-system logs won't be sent to Cloudwatch.

This updates the IAM policy to allow creating these log groups, set retention policies, and put log events within the Flightdeck namespace.

The service account for Fluent Bit currently does not have permission to
create the log streams with the new log stream template name. This means
that non-system logs won't be sent to Cloudwatch.

This updates the IAM policy to allow creating these log groups, set
retention policies, and put log events within the Flightdeck namespace.
Copy link
Contributor

@chrisk-tbot chrisk-tbot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thanks Joe!

@jferris jferris merged commit da40e8b into main Dec 18, 2023
13 checks passed
@jferris jferris deleted the fix-missing-log-group-permissions branch December 18, 2023 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants