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

resource/aws_sns_platform_application: Remove hashing StateFunc on platform credential and principal #3894

Merged
merged 2 commits into from
Jul 14, 2020

Commits on May 19, 2020

  1. Remove hashing StateFunc on platform credential and principal

    When a APNS certificate is renewed and the private key remains
    the same the new certificate is detected and an attempt is made
    to update the SNS platform application. This fails because the
    hashed value for private key (platform credential) is sent along
    with the new certificate (platform principal) causing the AWS API
    to reject the request.
    rhodrid committed May 19, 2020
    Configuration menu
    Copy the full SHA
    fad999e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3dd4c79 View commit details
    Browse the repository at this point in the history