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

Support for encryption in transit for Memcached #7270

Open
DonovanSoftly opened this issue Apr 9, 2024 · 2 comments
Open

Support for encryption in transit for Memcached #7270

DonovanSoftly opened this issue Apr 9, 2024 · 2 comments

Comments

@DonovanSoftly
Copy link

Is your proposal related to a problem?

We have activated the encryption in transit on our Amazon ElastiCache for Memcached.
Afterwards, Thanos failed to connect to memcached like the error below.

ts=2024-04-09T02:47:04.90578891Z caller=memcached.go:250 level=error msg="failed to put to memcached" name= err="read tcp 10.170.59.248:58922->10.170.49.42:11211: read: connection reset by peer"

Describe the solution you'd like

Support for encryption in transit for Memcached

@jeroen-nijssen
Copy link

We are looking into some cost saving (besides the security aspect) and it seems that AWS ElastiCache Memcached Serverless requires the connection to encrypted.

So it would be great if this feature is pushed trough.. !

@yeya24
Copy link
Contributor

yeya24 commented Apr 11, 2024

In our Thanos fork, we added memcached TLS support for the exact the same reason. We will try to contribute our changes back when we get the chance.

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

No branches or pull requests

3 participants