You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
Update docs and perhaps update the scripts to support a workflow that can be triggered from something like terraform or CDK and doesn't require user input.
Basic example
We use CDK to deploy our infrastructure as code. Here's a stripped-down snippet of our meilisearch CDK config (in python).
As you can see, we add a startup script that dumps the env variables into the env file and calls the setup-prod script (calling meilisearch-setup fails and continues to prompt for user-input even with the skip flag set). I'm worried that this will be fragile in future releases where the API may change.
Other
It would be nice to have a few things, each of which could be split into a smaller PR if necessary:
Better docs about where to put environment variables for meilisearch.
Documentation about using a skip-user-input flag on startup.
Better handling of the skip-user-input flag directly using the meilisearch-setup script.
Better first-party, zero-config support for common EC2 SSL settings that could be managed by us in our AWS infrastructure without having to configure meilisearch to be hosted over https.
It could also be nice to name all of the variables in /var/opt/meilisearch/env consistent with the env variables that meilisearch looks at in its base toml config so that there's less of a documentation burden.
The text was updated successfully, but these errors were encountered:
First of all, I don't know if I understood the purpose of this issue because, if I understood it, it is not the responsibility of this repository scope to provide such automation.
The idea behind cloud-providers is to place Meilisearch as a ready-to-use snapshot image in cloud providers' marketplaces like AWS and GCP. Creating a new layer of automation to allow the users to create multiple instances in those providers is not part of this scope and, to me, will never be.
But since we are open source, and if you want to create such automation, we would be thrilled to share/promote such a tool within our community as we did to other tools like meilisync although we don't have the time budget to work in automation like that 😅 because we would always recommend our own product Meilisearch Cloud.
So, in summary, I really appreciate your idea, but we can't work on that, and since it is not the scope of this repo, I'm going to close this issue. If you think I'm mistaken let me know!
Description
Update docs and perhaps update the scripts to support a workflow that can be triggered from something like terraform or CDK and doesn't require user input.
Basic example
We use CDK to deploy our infrastructure as code. Here's a stripped-down snippet of our meilisearch CDK config (in python).
As you can see, we add a startup script that dumps the env variables into the env file and calls the setup-prod script (calling meilisearch-setup fails and continues to prompt for user-input even with the skip flag set). I'm worried that this will be fragile in future releases where the API may change.
Other
It would be nice to have a few things, each of which could be split into a smaller PR if necessary:
meilisearch-setup
script./var/opt/meilisearch/env
consistent with the env variables that meilisearch looks at in its base toml config so that there's less of a documentation burden.The text was updated successfully, but these errors were encountered: