Commit 02bb843
### 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)
Co-authored-by: kulket <130191298+kulket@users.noreply.github.com>
1 parent 203f446 commit 02bb843
1 file changed
Lines changed: 3 additions & 2 deletions
File tree
- src/main/java/org/opensearch/search/relevance/transformer/personalizeintelligentranking/client
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
0 commit comments