Closed (fixed)
Project:
Acquia Connector
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Aug 2012 at 10:09 UTC
Updated:
5 Oct 2012 at 17:11 UTC
Jump to comment: Most recent file
Comments
Comment #1
nick_vhComment #2
pwolanin commentedmaybe should have a different variable name:
this is now the path not the URL?
Also - is this going to dynamically check that the server is right if the heartbeat data changes? It's not clear from the context in the patch.
Comment #3
nick_vhClarified the use of the variables and added an update function.
This does dynamically check and update the info on every heartbeat
Comment #4
nick_vhforgot to remove the correct variable.
Comment #5
nick_vhFixing the newline error
Comment #6
nick_vhCommitted.
Backport issue here :
#1720712: Allow Acquia Search to insert alternative url
Comment #7
pwolanin commentedI think the code here could be a little better - and also prepare us for better hosting integration.
Comment #8
pwolanin commentedThis will let us also use the $conf['acquia_search_host'] currently populated in Acquia Cloud servers.
Comment #9
pwolanin commentedok, that didn't quite work as intended now, since the host in the RPC overwrites the 'internal.' host name.
Here's a patch that seems to be working for DevCloud.
Comment #10
pwolanin commentedcommitted - needs to be ported.
Comment #11
pwolanin commentedcommitted some extra code comments too per Nick.
Comment #13
pwolanin commentedGiven the certificate issues, we may want to use 'internal-' rather than 'internal.'
Note that with our current setup, we won't have peer certs for all possible host names - should we always fall back to search.acquia.com and assume the same CA will be used for all?
Comment #14
pwolanin commentedleaving as "needs work" so we can consider the cert question
Comment #15
pwolanin commentedSince this is checked infrequently, maybe we should match both . and - for the legacy check?
Comment #16
pwolanin commentedComment #17
cpliakas commentedYes, I think that is a sane approach. Would love to see some tests for this functionality as well. I am happy to volunteer writing them after the fact so that this code doesn't hold up a release.
Comment #18
pwolanin commentedcommitted. Follow-up for 6.x at: #1791684: Follow up to Allow Acquia Search to insert alternative url