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 bug with AWS not return KMS key for replica #37570

Merged
merged 8 commits into from
May 20, 2024
Merged

Fix bug with AWS not return KMS key for replica #37570

merged 8 commits into from
May 20, 2024

Commits on May 16, 2024

  1. Set names.AttrKMSKeyARN with table.SSEDescription.KMSMasterKeyArn if …

    …table.SSEDescription.KMSMasterKeyArn != nil
    Andrei Ilyushevich committed May 16, 2024
    Configuration menu
    Copy the full SHA
    7d57150 View commit details
    Browse the repository at this point in the history
  2. remove d.Get(names.AttrKMSKeyARN) == nil because it is false

    Andrei Ilyushevich committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a45b7ba View commit details
    Browse the repository at this point in the history
  3. Add changelog

    Andrei Ilyushevich committed May 16, 2024
    Configuration menu
    Copy the full SHA
    44eaac1 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. add table.SSEDescription != nil to avoid invalid memory address or ni…

    …l pointer dereference error if table.SSEDescription not exist
    Andrei Ilyushevich committed May 17, 2024
    Configuration menu
    Copy the full SHA
    80a81a3 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. Configuration menu
    Copy the full SHA
    35d255c View commit details
    Browse the repository at this point in the history
  2. Tweak CHANGELOG entry.

    ewbankkit committed May 20, 2024
    Configuration menu
    Copy the full SHA
    77ac7bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aad9626 View commit details
    Browse the repository at this point in the history
  4. Tweak CHANGELOG entry.

    ewbankkit committed May 20, 2024
    Configuration menu
    Copy the full SHA
    2b2d022 View commit details
    Browse the repository at this point in the history