Changes between Version 2 and Version 3 of GAPI_AM_API_DRAFT/SpeaksFor
- Timestamp:
- 04/30/13 12:21:43 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GAPI_AM_API_DRAFT/SpeaksFor
v2 v3 22 22 23 23 The 'Speaks For' credential will be specified elsewhere. Several points are worth noting 24 - The credential includes the certificates of the tool instance and the user. For the credential to be accepted, each must be a valid GENI certificate, signed by a GENI root trusted by this aggregate.24 - The credential includes the certificates of the tool instance and the user. For the credential to be accepted, each certificate must itself be trusted by the aggregate; current recommended GENI policy requires [GeniApiCertificates a particular format] for that certificate, and requires that it be signed by a trusted GENI root . 25 25 - The credential includes an expiration 26 26 - The credential may include scope limitations (including slice, aggregate, operation) … … 33 33 - Tool names are case-insensitive internally, though they may be case-sensitive in display. 34 34 - EG `JohnSmth` as a display name is `johnsmth` internally, and there cannot also be a user `JOHNSMTH`. 35 - Tool names should begin with a letter and be alphanumeric or underscore s; no hyphen or '.': (`'^[a-zA-Z][\w]\{0,7\}$'`).36 - Tool names are limited to 8characters.35 - Tool names should begin with a letter and be alphanumeric or underscore, hyphen, or period: (`'^[a-zA-Z][a-ZA-Z0-9\-_\.]\{0,31\}$'`). 36 - Tool names are limited to 32 characters. 37 37 - Tool URNs (which contain the authority name and the tool instance name) are required to be temporally and globally unique. 38 38 … … 42 42 43 43 Note that this functionality also supports proxy aggregates, or aggregates of aggregates. See a previous related change proposal: 44 wiki:GAPI_AM_API_DRAFT?version=47#ChangeSetJ:Proxyaggregatemanagersaresupported44 http://groups.geni.net/geni/wiki/GAPI_AM_API_DRAFT?version=47#ChangeSetJ:Proxyaggregatemanagersaresupported