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

r/memorydb_user: Support IAM authentication mode #32027

Merged
merged 10 commits into from
Apr 25, 2024

Commits on Aug 16, 2023

  1. Update doc

    exoego committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    c423653 View commit details
    Browse the repository at this point in the history
  2. Implement

    exoego committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a76f3b2 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    exoego committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    7339445 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    4d623ab View commit details
    Browse the repository at this point in the history
  2. fix semantic conflict

    exoego committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    cc48ff2 View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2024

  1. Configuration menu
    Copy the full SHA
    a0ba026 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2024

  1. Configuration menu
    Copy the full SHA
    a02a222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1790717 View commit details
    Browse the repository at this point in the history
  3. [r|d]/aws_memorydb_user(test): adjust iam authentication_mode tests

    Simplifies the configuration by removing tags (tested in other
    configurations) and applies consistent naming to both tests and
    associated configurations.
    
    ```console
    % make testacc PKG=memorydb TESTS="TestAccMemoryDBUser|TestAccMemoryDBUserDataSource"
    ==> Checking that code complies with gofmt requirements...
    TF_ACC=1 go1.22.2 test ./internal/service/memorydb/... -v -count 1 -parallel 20 -run='TestAccMemoryDBUser|TestAccMemoryDBUserDataSource'  -timeout 360m
    
    --- PASS: TestAccMemoryDBUser_tags (45.96s)
    --- PASS: TestAccMemoryDBUserDataSource_authenticationModeIAM (49.38s)
    --- PASS: TestAccMemoryDBUserDataSource_basic (49.38s)
    --- PASS: TestAccMemoryDBUser_basic (52.16s)
    --- PASS: TestAccMemoryDBUser_authenticationModeIAM (52.20s)
    --- PASS: TestAccMemoryDBUser_disappears (58.02s)
    --- PASS: TestAccMemoryDBUser_update_accessString (105.60s)
    --- PASS: TestAccMemoryDBUser_update_passwords (173.49s)
    PASS
    ok      github.com/hashicorp/terraform-provider-aws/internal/service/memorydb   178.422s
    ```
    jar-b committed Apr 25, 2024
    Configuration menu
    Copy the full SHA
    bc3f21b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a407a62 View commit details
    Browse the repository at this point in the history