PILLUTLAAVINASH / google-enterprise-connector-manager

Automatically exported from code.google.com/p/google-enterprise-connector-manager
0 stars 0 forks source link

Put the location of the GSA in the testConnectivity output #115

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
This will be useful for GSA to verify the config of CM

Original issue reported on code.google.com by jeffreyl...@gmail.com on 16 Dec 2008 at 6:53

GoogleCodeExporter commented 8 years ago
This is not necessary.  This functionality is available with the GetConfig 
servlet:

Admin servlet to retrieve the configuration of the Connector Manager
and all Connector instances.  This servlet returns a ZIP archive of all
the configuration files.  Access to this servlet is restricted to either
localhost or gsa.feed.host, based upon the HTTP RemoteAddress.

Usage:
To retrieve the zipped configuration archive:
  http://[cm_host_addr]/connector-manager/getConfig
or
  http://[cm_host_addr]/connector-manager/getConfig/configuration.zip

Original comment by Brett.Mi...@gmail.com on 20 Dec 2008 at 7:06

GoogleCodeExporter commented 8 years ago
Jeff wanted the feedback in testConnectivity so that the admin console could 
display a different status for the 
connector manager when it wasn't feeding to that GSA.

It's an implementation detail whether the location comparison logic should go 
in the GSA (as described, where 
the connector manager returns the configured gsa.feed.host) or in the connector 
manager (which would send 
back a boolean or something like that).

Original comment by jl1615@gmail.com on 2 Feb 2009 at 11:18

GoogleCodeExporter commented 8 years ago
For enhanced security, the response should be a boolean, so that the connector 
manager doesn't expose the 
GSA it is feeding to other parties. The response might also just be a status 
code; see issue 129.

Original comment by jl1615@gmail.com on 11 Mar 2009 at 10:06

GoogleCodeExporter commented 8 years ago

Original comment by mgron...@gmail.com on 6 May 2009 at 10:09

GoogleCodeExporter commented 8 years ago

Original comment by jl1615@gmail.com on 25 Sep 2009 at 1:29

GoogleCodeExporter commented 8 years ago

Original comment by mar...@google.com on 4 Dec 2009 at 11:02

GoogleCodeExporter commented 8 years ago
Why am I assigned?

Original comment by jeffl...@google.com on 23 Jan 2010 at 4:07

GoogleCodeExporter commented 8 years ago

Original comment by jla...@google.com on 24 Jun 2011 at 11:40

GoogleCodeExporter commented 8 years ago
Fixed 30 June 2011 as Connector Manager revision r2798.

The connector manager will return a success status code of 
ConnectorMessageCode.REQUESTOR_IS_NOT_FEED_HOST (5501) if the caller of 
TestConnectivity is not the configured feed host.

Original comment by Brett.Mi...@gmail.com on 12 Oct 2011 at 7:42