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

[Backport 2.9] Fix AccessControlException while creating client configuration for Personalize client #176

Merged
merged 1 commit into from
Jul 18, 2023

Conversation

opensearch-trigger-bot[bot]
Copy link

Backport e6fe9ed from #173

…rsonalize client (#173)

### Description:
This change included fix AccessControlException while initialzing client configuration for AWS Personalize client.
We see below exception only when using credentials from opensearch keystore.
Exception message:
[ERROR][o.o.b.OpenSearchUncaughtExceptionHandler] [88665a0bfb08.ant.amazon.com] fatal error in thread [opensearch[88665a0bfb08.ant.amazon.com][management][T#2]], exiting
java.lang.ExceptionInInitializerError: null

Signed-off-by: Ketan Kulkarni <kektnr@amazon.com>
(cherry picked from commit e6fe9ed)
@codecov
Copy link

codecov bot commented Jul 18, 2023

Codecov Report

Merging #176 (1e92ebf) into 2.9 (203f446) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.9     #176      +/-   ##
============================================
+ Coverage     83.32%   83.33%   +0.01%     
- Complexity      332      333       +1     
============================================
  Files            42       42              
  Lines          1253     1254       +1     
  Branches        153      153              
============================================
+ Hits           1044     1045       +1     
  Misses          132      132              
  Partials         77       77              
Impacted Files Coverage Δ
...zeintelligentranking/client/PersonalizeClient.java 66.66% <100.00%> (+1.66%) ⬆️

@mingshl mingshl merged commit 02bb843 into 2.9 Jul 18, 2023
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants