Changes between Version 4 and Version 5 of SecurityArchitecture
- Timestamp:
- 05/28/12 16:10:46 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SecurityArchitecture
v4 v5 1 1 = Security Overview = 2 * The QosCosGrid stack relies on X.509 Public Key Infrastructure (proxy certificates) which is de facto standard authentication mechanism in grid environments.2 * The !QosCosGrid stack relies on X.509 Public Key Infrastructure (proxy certificates) which is de facto standard authentication mechanism in grid environments. 3 3 * All crucial communication is secured using HTTPG/HTTPS protocols. 4 4 * Only one service (QCG-Computing) must be started with root privileges. However it adheres privilege separation model (similar to OpenSSH), thus actually only a very small amount of code is running with root privileges. Moreover most of the crucial operations (job submission, stage-in/stage-out operations) are performed as target local user so even breaking the service would not give attacker any more privileges that he already has.