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.x] Fix AccessControlException while creating client configuration for Personalize client #175

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 #175 (7d696dc) into 2.x (4bc0ea9) will increase coverage by 0.01%.
The diff coverage is 100.00%.

@@             Coverage Diff              @@
##                2.x     #175      +/-   ##
============================================
+ Coverage     83.44%   83.45%   +0.01%     
- Complexity      331      332       +1     
============================================
  Files            42       42              
  Lines          1250     1251       +1     
  Branches        153      153              
============================================
+ Hits           1043     1044       +1     
  Misses          130      130              
  Partials         77       77              
Impacted Files Coverage Δ
...zeintelligentranking/client/PersonalizeClient.java 66.66% <100.00%> (+1.66%) ⬆️

@mingshl mingshl merged commit a8665f9 into 2.x Jul 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants