ok i finally managed to install it, i had to modify the dockerfile of the opensearch to add the minio_access_key and minio_secret_key to the keystore as well as install the s3 in the building stage,
but now i have an error of :
root_cause:
“type”: “repository_verification_exception”,
“reason”: [my-repo] path [snapshots] is not accessible on cluster-manager node"
caused_by: " {
“reason” : “Unable to upload object [snapshots/tests-…/master.dat] using a single upload”
“caused_by”: “Unable to load region from any of the providers in the chain software.amazon.awssdk… unable to contact EC2 metadata service”
}
how can i fix this and use the s3-repo plugin in my air gapped environment without contacting an aws.
(I have Minio deployed)