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

Commits on Dec 18, 2023

  1. Fix missing IAM permissions for Fluent Bit

    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.
    jferris committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    da40e8b View commit details
    Browse the repository at this point in the history