Skip to content

Commit

Permalink
Update IT to work with session tokens.
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Lee <[email protected]>
  • Loading branch information
austintlee committed Sep 3, 2024
1 parent ad211f3 commit e6b21da
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,9 @@ public class RestMLRAGSearchProcessorIT extends RestMLRemoteInferenceIT {
+ "\",\n"
+ " \"secret_key\": \""
+ AWS_SECRET_ACCESS_KEY
+ "\",\n"
+ " \"session_token\": \""
+ AWS_SESSION_TOKEN
+ "\"\n"
+ " },\n"
+ " \"actions\": [\n"
Expand Down Expand Up @@ -239,6 +242,9 @@ public class RestMLRAGSearchProcessorIT extends RestMLRemoteInferenceIT {
+ "\",\n"
+ " \"secret_key\": \""
+ AWS_SECRET_ACCESS_KEY
+ "\",\n"
+ " \"session_token\": \""
+ AWS_SESSION_TOKEN
+ "\"\n"
+ " },\n"
+ " \"actions\": [\n"
Expand Down

0 comments on commit e6b21da

Please sign in to comment.