[BUG]: Non-Dynamic S3 Configuration in Single-Node Opensearch Setup Fails to Restart in GitLab CI/CD #11302
Labels
bug
Something isn't working
feedback needed
Issue or PR needs feedback
Plugins
Storage
Issues and PRs relating to data and metadata storage
Describe the bug
I am setting up Opensearch as a Single-Node within a GitLab CI/CD Service and need to configure the following:
s3.client.backup.endpoint: s3-endpoint.foo.ch
ands3.client.backup.region: foobaar
.The problem is that these configurations are not dynamic, requiring a restart of the node. However, such a restart is not feasible within a GitLab Service.
Using environment variables (ENV) is not a solution in this case, as the opensearch-docker-entrypoint.sh script (see opensearch-project/opensearch-build) only processes two-level configurations.
To Reproduce
Steps to reproduce the behavior:
Or alternatively, a corresponding
docker run
commandExpected behavior
The configuration I have set as an environment variable (ENV) is being applied as settings (like
discovery.type=single-node
).Plugins
repository-s3
Host/Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: