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
We'd like to combine REDIS oplog with mup-aws-beanstalk, which is not supported by default. I learned from zodern that this is due to a missing firewall setup: zodern/mup-redis#3 (comment)
So I was wondering if there was another way to setup REDIS, by providing authentication between REDIS and the Meteor server. Yet I cannot see any auth config in the config sample.
Does that mean that the REDIS server has to either run on the same host as the Meteor server (127.0.0.1) or that you have to setup a firewall to only give the Meteor servers access to the REDIS instance? If so, are you aware of any tutorial / docs about this can be done in combination with a Beanstalk environment? I'm a bit lost right now.
The text was updated successfully, but these errors were encountered:
We'd like to combine REDIS oplog with
mup-aws-beanstalk
, which is not supported by default. I learned from zodern that this is due to a missing firewall setup: zodern/mup-redis#3 (comment)So I was wondering if there was another way to setup REDIS, by providing authentication between REDIS and the Meteor server. Yet I cannot see any auth config in the config sample.
Does that mean that the REDIS server has to either run on the same host as the Meteor server (127.0.0.1) or that you have to setup a firewall to only give the Meteor servers access to the REDIS instance? If so, are you aware of any tutorial / docs about this can be done in combination with a Beanstalk environment? I'm a bit lost right now.
The text was updated successfully, but these errors were encountered: