[TIMOB-18711] CLI: Modify authentication and analytics in Titanium CLI
GitHub Issue | n/a |
---|---|
Type | Improvement |
Priority | High |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2015-03-20T03:13:31.000+0000 |
Affected Version/s | Release 4.0.0 |
Fix Version/s | Release 4.0.0 |
Components | CLI |
Labels | n/a |
Reporter | Eric Merriman |
Assignee | Chris Barber |
Created | 2015-03-17T23:11:27.000+0000 |
Updated | 2017-03-16T22:22:03.000+0000 |
Description
In order to aid in integration with the new methods for authentication in use by appcelerator CLI, some changes need to be made to the analytics and authentication in the Titanium CLI.
1) Pass token (process environment) to Titanium
2) Select a fixed User ID for PEM to handle analytics
3) Pass a new endpoint to return S3 bucket URL for future modification to registry URL
4) Stub login logout and make these no ops
node-appc v0.2.26 PR https://github.com/appcelerator/node-appc/pull/108 - Fixes #2 Titanium CLI master PR https://github.com/appcelerator/titanium/pull/204 - Fixes #1, #2, #3
Backend server is here and published to both production and preproduction: https://github.com/appcelerator/appc-mobilesdk-server Still need to validate token and create AWS one-time urls.
Closing ticket as fixed.