gsethi / addama

Automatically exported from code.google.com/p/addama
Apache License 2.0
1 stars 0 forks source link

Registry Enhancements #26

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The following enhancements need to be made to the Addama service registry:
- change static content filter to check user is logged in before serving HTML 
pages, including URLs that implicitly lead to index.html
- allow administrators to generate addama.properties file on behalf of 
non-admin users (form rather than link); mark these apikeys as 
allowedToRegister=true; change service registration controller to check this 
flag rather than the isAdmin flag
- change download of addama.config file to <appspot-id>.apikey; include 
commented out header stating the user the key was assigned to
- remove past service registrations upon new registration; assign registration 
owner

Original issue reported on code.google.com by hrovira.isb on 24 Nov 2010 at 7:47

GoogleCodeExporter commented 8 years ago
modified apikey file generation to produce a file called "<appspot-id>.apikey". 
 Added property showing user owning key.

Original comment by hrovira.isb on 29 Nov 2010 at 9:50

GoogleCodeExporter commented 8 years ago
check user is logged in before serving static cached HTML content

Original comment by hrovira.isb on 29 Nov 2010 at 11:27

GoogleCodeExporter commented 8 years ago
the new version simplifies the registration process, and takes care of all 
these issues.

cached HTML content is now managed under "Registered Apps", to allow admins to 
dynamically register new applications.

Original comment by hrov...@systemsbiology.org on 10 Feb 2012 at 7:16