usage control in contrail cloud
play

Usage Control in CONTRAIL Cloud POFI 2011 Pisa, 9 June 2011 Paolo - PowerPoint PPT Presentation

Usage Control in CONTRAIL Cloud POFI 2011 Pisa, 9 June 2011 Paolo Mori IIT - CNR contrail-project.eu 1 Agenda CONTRAIL project Usage Control Model Security Policy Language Usage Control System Architecture


  1. Usage Control in CONTRAIL Cloud POFI 2011 Pisa, 9 June 2011 Paolo Mori IIT - CNR contrail-project.eu 1

  2. Agenda  CONTRAIL project  Usage Control Model  Security Policy Language  Usage Control System Architecture contrail-project.eu 2

  3. CONTRAIL Project contrail-project.eu 3

  4. contrail is co-funded by the EC 7 th Framework Programme Funded under: FP7 (Seventh Framework Programme) Area: Internet of Services, Software & virtualization (ICT-2009.1.2) Project reference: 257438 Total cost: 11,29 million euro EU contribution: 8,3 million euro Execution: From 2010-10-01 till 2013-09-30 Duration: 36 months Contract type: Collaborative project (generic) contrail-project.eu 4

  5. Objectives • Design, implement, validate and promote an open source software stack for Cloud federations • Develop a comprehensive Cloud platform integrating a full IaaS and PaaS offer • Allow Cloud providers to seamlessly integrate resources from other Clouds with their infrastructure • Provide trusted Clouds by advanced SLA management • Break the current customer lock-in situation by allowing live application migration from one cloud to another contrail-project.eu 5

  6. CONTRAIL Federation • A CONTRAIL federation integrates in a common platform multiple Clouds, both public and private • Coordinates SLA management provided by single Cloud providers • Does not disrupt providers' business model • Allows to exploit the federation as a single Cloud contrail-project.eu 6

  7. Expected Outputs – A collection of infrastructure services • Virtual Infrastructure Networks • Virtual Cluster Platform • Globally Distributed File System – Services to federate IaaS Clouds • Identity Management • Management of federation policies • SLA management • Autonomic resource management – A collection of PaaS services to support Cloud applications • High throughput elastic structured storage • Automatic set-up and configuration of SQL servers • Geographically distributed key/value store contrail-project.eu 7

  8. Expected Outputs (II) – A collection of run-time environments • An efficient map-reduce implementation • Scalable hosting for service oriented applications • Autonomic workflow execution – A collection of applications • Distributed Provisioning of Geo-referentiated Data • Multimedia Processing Service MarketPlace • Real-Time Scientific Data Analysis • Electronic Drug Discovery contrail-project.eu 8

  9. CONTRAIL in a Nutshell contrail-project.eu

  10. Sub-projects and Workpackages 1 Project Project management management SP5. Use cases and exploitation 13 14 12 15 16 Exploitation Exploitation Applications Applications Communication Communication and technology and technology Demonstrators and Use Cases Demonstrators and Use Cases Testbeds Testbeds and Dissemination and Dissemination transfer transfer SP3. Platform as a Service SP4. Text 8 9 System Runtime Runtime High level services High level services environments environments Engineering SP1. Cloud federation management 10 2 3 System Service level System Service level Architecture IaaS federation agreements Architecture IaaS federation agreements SP2. Virtual Infrastructure layer 11 6 7 4 5 Computational Computational Integration, Integration, Global Security in Global Security in Virtual Virtual Resource Management Resource Management testing and release testing and release Autonomous Virtual Infrastructure Autonomous Virtual Infrastructure for Virtual Cluster for Virtual Cluster management management Network Network File System Infrastructures File System Infrastructures Platforms Platforms contrail-project.eu 10

  11. WP7  Security in Virtual Infrastructure – Authentication – Usage Control – Compartmentalization and Isolation – Auditing contrail-project.eu 11

  12. Usage Control Model contrail-project.eu 12

  13. Usage Control Model  Defined by R. Sandhu et. al. – The UCON Usage Control Model. ACM Trans. on Information and System Security, 7(1), 2004 – Formal Model and Policy Specification of Usage Control. ACM Trans. on Information and System Security, 8(4), 2005 – Towards a Usage-Based Security Framework for Collaborative Computing Systems. ACM Trans. on Information and System Security, 11(1), 2008 – .....  Main novelties – New decision factors – Mutability of Attributes – Continuity of Enforcement contrail-project.eu 13

  14. Example: onGoing Authorization The right is granted without pre decisions, but authorization decisions are made continuously while the right is exercised authorize(s,o): true revoke(s,o): (usageNum(o) >10) and (s,t) in startT(o) with t min preUpdate(startT(o)): startT(o) = startT(o) U {(s,t)} preUpdate(usageNum(o)) : UsageNum(o)++ postUpdate(usageNum(o)) : UsageNum(o)-- postUpdate(startT(o)): startT(o) = startT(o) – {(s,t)} where (s,t) in startT(o) with t min contrail-project.eu 14

  15. Access VS Usage Control Continuity of decision Decision Decision Ongoing decision Ongoing decision Pre decision Pre decision request Access request begin end Access begin end Usage Before usage Usage After usage Usage Before usage Usage After usage Mutability of attributes Pre update Post update Pre update Post update Attr. update Ongoing update Attr. update Ongoing update Time Time contrail-project.eu 15

  16. Access VS Usage Control Continuity of decision Decision Decision Ongoing decision Ongoing decision Pre decision Pre decision revocation request Access request begin Access begin Usage Before usage Usage After usage Usage Before usage Usage After usage Mutability of attributes Pre update Post update Pre update Post update Attr. update Ongoing update Attr. update Ongoing update Time Time contrail-project.eu 16

  17. Access VS Usage Control Traditional Access Control Continuity of decision Decision Decision Ongoing decision Ongoing decision Pre decision Pre decision request Access request begin end Access begin end Usage Before usage Usage After usage Usage Before usage Usage After usage Mutability of attributes Pre update Post update Pre update Post update Attr. update Ongoing update Attr. update Ongoing update Time Time contrail-project.eu 17

  18. UCON Core Models DecisionDecision Attributes Update Factors Time IMMUT PRE ONGOING POST Auth PRE Y Y N Y ON Y Y Y Y Obbl PRE Y Y N Y ON Y Y Y Y Cond PRE Y N N N ON Y N N N contrail-project.eu 18

  19. Why Usage Control in CONTRAIL? • Accesses to some resources last a long time (hours, days,..) – Run a Virtual Machine – Mount a Global File System on a Virtual Machine – Establish a virtual network connection – ... • The factors that granted the access when it was requested could change while the access is in progress – User's reputation could decrease – Workload of resources could change – ... • The security policy should be re-evaluated every time that factors change – An access that is in progress could be interrupted contrail-project.eu 19

  20. Security Policy Language contrail-project.eu 20

  21. UCON XACML Security Policy Language • We are extending XACML language to implement UCON features: – Attributes update – Continuous control • Preliminary work: – A proposal on enhancing XACML with continuous usage control features. CoreGrid ERCIM WG Workshop on Grids, P2P and Service Computing, 2009 contrail-project.eu 21

  22. UCON-XACML Policy Schema XACML standard Effect components 1 Advice 0..* Policy/Rule 1 UCON 0..* Combining components Algorithm 1 1 1 1 PolicySet 1 Policy 1 1 1 1 Rule Pre/On 1..* 1 1 1 1 1 1 1 1 1 1 Pre/On/Post 1 1 1 1 0..* 0..* Target 1..* 1 1 Condition 1 1 1 0..* AnyOf 1 1 Obligation 1 U-XACML 0..* 1 1..* Policy AllOf AttributeUpdate 1 0..* contrail-project.eu 22

  23. Example of UCON-XACML policy contrail-project.eu 23

  24. UCON XACML Security Policy • CONTRAIL supports security policies at different levels: – Federation level – Cloud Provider level – Interactions through attributes contrail-project.eu 24

  25. Usage Control System Architecture contrail-project.eu 25

  26. Security-Relevant Actions • Are the action that are relevant for system security – Their execution must be controlled by the usage control system • We are defining the set of security-relevant actions for each component of the CONTRAIL architecture, e.g.: – Federation Manager – VM manager – VIN – GAFS – VCP – ….. contrail-project.eu 26

  27. Example: VM Manager • Security Relevant Actions: – Create a new VM Image – Start a VM – Stop a VM – Delete a VM Image Begin access End access VM Image usage Begin access End access VM usage Time Time Create Image Start VM Stop VM Delete Image contrail-project.eu 27

  28. Usage Control System Architecture • We are extending XACML architecture to deal with continuous policy enforcement CONTRAIL Usage Control System component Context PDP handler PEP PAP PIP PIP contrail-project.eu 28

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend