Skip to content

Commit

Permalink
Use approved fake credentials in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
PoeppingT committed Dec 3, 2021
1 parent 7bcc164 commit bf6cfc5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@
public class RefreshingProfileDefaultCredentialsProviderTest {
private static final Logger LOGGER = LoggerFactory.getLogger(RefreshingProfileDefaultCredentialsProviderTest.class);

private static final String BEFORE_ACCESS_KEY = "AKIAfake1234fake5678";
private static final String AFTER_ACCESS_KEY = "ASIAfake1234fake5678";
private static final String BEFORE_SECRET_KEY = "R6/fake/credentials/fake/credentials/oO1";
private static final String AFTER_SECRET_KEY = "tv/fake/credentials/fake/credentials/2Xfo";
private static final String BEFORE_ACCESS_KEY = "AKIAIOSFODNN7EXAMPLE";
private static final String AFTER_ACCESS_KEY = "AKIAI44QH8DHBEXAMPLE";
private static final String BEFORE_SECRET_KEY = "wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY";
private static final String AFTER_SECRET_KEY = "je7MtGbClwBF/2Zp9Utk/h3yCo8nvbEXAMPLEKEY";
private static final String BEFORE_SESSION_TOKEN = "fakesessiontoken";
private static final String AFTER_SESSION_TOKEN = "adifferentfakesessiontoken";
private static final AwsCredentials BEFORE_PERMANENT =
Expand Down

0 comments on commit bf6cfc5

Please sign in to comment.