Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "COSMOS DG Security requirements"

(Content)
(Content)
 
Line 28: Line 28:
 
== Content ==
 
== Content ==
  
COSMOS 1.0 will ship with limited Security features.  COSMOS 1.0 will support MDRs/Data Managers that require a login-id / password.  In this scenario, COSMOS passes on the login-id and password to the MDR/Data Manager along with the query string.
+
COSMOS 1.0 will ship with limited Security features.  COSMOS 1.0 will support MDRs/Data Managers that require a login-id / password.  In this scenario, COSMOS passes on the login-id and password to the MDR/Data Manager along with the query string.  Additionally, the COSMOS webUI is secured via a simple login / password authentication feature.
  
Additionally, the COSMOS webUI is secured via a simple login / password authentication feature.  In later versions of COSMOS, additional Security capabilities will be added.
+
In later versions of COSMOS, additional Security capabilities will be added as detailed in the outline above.
  
 
[[Category:COSMOS_Development_Guide]]
 
[[Category:COSMOS_Development_Guide]]

Latest revision as of 17:47, 28 May 2008

COSMOS Wiki > COSMOS Document Plan > COSMOS Manual Guide

COSMOS Development Guide Security requirements

Category: Development Guide

Owner Jimmy Mohsin
Bug # 219153
Due dates Schedule

Outline

Scope of COSMOS Security

Security standards supported by COSMOS

How COSMOS enables authentication / authorization / encryption for its Web UI

How COSMOS enables authentication / authorization / encryption for embedded-approach adopters

Integrating your Security Provider with COSMOS

Content

COSMOS 1.0 will ship with limited Security features. COSMOS 1.0 will support MDRs/Data Managers that require a login-id / password. In this scenario, COSMOS passes on the login-id and password to the MDR/Data Manager along with the query string. Additionally, the COSMOS webUI is secured via a simple login / password authentication feature.

In later versions of COSMOS, additional Security capabilities will be added as detailed in the outline above.

Back to the top