Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Append a trailing slash to Elasticsearch URL #155

Merged
merged 1 commit into from
Jul 7, 2022

Conversation

tucksaun
Copy link
Contributor

@tucksaun tucksaun commented Jul 7, 2022

Fix #154

@fabpot instead of just always appending the trailing slash I went with something different because Platform.sh relationship definition includes a nil path component (see https://docs.platform.sh/add-services/elasticsearch.html#relationship) and I don't want the CLI to break production of your users that could have implemented a workaround for this bug in production.

But if you prefer we can just always append a trailing slash.

@fabpot
Copy link
Contributor

fabpot commented Jul 7, 2022

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Generated ELASTICSEARCH_URL for Docker seems to lack necessary trailing slash
2 participants