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

gundeck: Fix SNS endpoint parser (backport q1-2024) #3928

Merged
merged 1 commit into from
Mar 11, 2024

Commits on Mar 6, 2024

  1. gundeck: Fix SNS endpoint parser (#3894)

    This commit contains two things:
    
    1. Add fields to the log message such that mismatches between stored and app-provided data become more obvious.
    2. Fix an AWS SNS Endpoint parsing bug: We parsed the environment up to the first dash. But, environment names may contain dashes themselves, thus we must accumulate them up to the last dash.
    supersven authored and akshaymankar committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    4940547 View commit details
    Browse the repository at this point in the history