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 #8168 - AWS secrets should not be exposed while running tests #8169

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 4, 2024

  1. Fix vmware-tanzu#8168 - AWS secrets should not be exposed while runni…

    …ng tests
    
    Changed the tests to use mocked function that will not read actual
    secrets from env variables nor AWS config file that may be
    on the system that is running tests.
    
    As a second guard against exposed secrets comparison for the values
    does not shows the actual values for the AWS data. This is to prevent
    situation where programming error may still allow the test to read
    AWS config/env variables instead of using mocked function.
    
    Signed-off-by: Michal Pryc <[email protected]>
    mpryc committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    6d0f726 View commit details
    Browse the repository at this point in the history