Changes between Version 20 and Version 21 of OperationalMonitoring/DatastorePolling


Ignore:
Timestamp:
04/23/14 09:42:28 (10 years ago)
Author:
rirwin@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OperationalMonitoring/DatastorePolling

    v20 v21  
    5555The response to this REST data query is a list of data items.  Here are [wiki:OperationalMonitoring/DataSchema#Measurementsusedfortheusecases a few example responses of a single data item]. Here is an example of [wiki:OperationalMonitoring/DataSchema#BulkDataQueries a bulk query response]
    5656
     57== Security ==
     58
     59Access to the local datastore is restricted through the use of certificates enabling an SSL connection.  When a new request comes in,  the following occurs:
     60
     61 * Make sure the SSL certificate is signed by a GENI trust anchor.  The local datastore webserver is configured to do this check. 
     62 * The certificate is passed along to the application which parses out the URN. 
     63 * Last, the URN is checked to see if it is on the whitelist (those with permission to access operational data).
     64 * The polling is answered as outlined above on this page.
     65
     66The whitelist can be maintained centrally and the local datastores can poll to update their whitelist (infrequently).