Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

charts/multinode: fixed auth on newer images(#341) #362

Merged
merged 2 commits into from
May 30, 2022
Merged

charts/multinode: fixed auth on newer images(#341) #362

merged 2 commits into from
May 30, 2022

Conversation

AlbertoPimpo
Copy link
Contributor

At the current state, the multinode chart don't work with any recent image because they are configured in order to allow connection only from localhost, and this obviusly break any multinode configuration (#341).
The approach to solve this problem is similar to #311 , but instead of allowing every IP of the cluster without any authentication, this PR will allow md5 authentication, in the same way older images does. This approach has the advantage that works with any configuration and doesn't require extra configuration in values.yaml file.

@daylightcloud
Copy link

Great! Works as expected. LGTM ?!

@erimatnor erimatnor requested a review from feikesteenbergen May 9, 2022 13:12
@paulfantom paulfantom merged commit c2b9ff0 into timescale:master May 30, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants