Changes between Version 21 and Version 22 of OperationalMonitoring/DatastorePolling
- Timestamp:
- 04/23/14 09:43:18 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OperationalMonitoring/DatastorePolling
v21 v22 59 59 Access 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 60 61 * Makesure the SSL certificate is signed by a GENI trust anchor. The local datastore webserver is configured to do this check.61 * The webserver makes sure the SSL certificate is signed by a GENI trust anchor. The local datastore webserver is configured to do this check. 62 62 * The certificate is passed along to the application which parses out the URN. 63 63 * Last, the URN is checked to see if it is on the whitelist (those with permission to access operational data). 64 * The pollingis answered as outlined above on this page.64 * The request is answered as outlined above on this page. 65 65 66 66 The whitelist can be maintained centrally and the local datastores can poll to update their whitelist (infrequently).