Solving security_exception while connecting to OpenSearch Serverless using Java SDK
Problem: We have a container pod running with a IAM role that has OpenSearch Serverless read/write data access on both collection items & indexes. Java application running within the container tries to access OpenSearch Serverless using standard opensearch-java & AWS Java sdks.But problem is that the Java client call to OpenSearch Serverless is failing with … Read more