What s New and What s Next

Size: px
Start display at page:

Download "What s New and What s Next"

Transcription

1 Trust and Identity in Education and Research (TIER) What s New and What s Next Jim Jokl Keith Hazelton Bill Thompson Tom Jordan Kevin Morooney Ann West Steve Zoppi (University of Virginia), Chair/TIER Packaging Working Group (University of Wisconsin-Madison), Chair/TIER API and Data Structures Working Group (Lafayette College/Unicon), Lead/Grouper Documentation Project (University of Wisconsin-Madison), Architect, (Reference Architecture) (Internet2), Vice President/Trust and Identity (Internet2), Associate Vice President/Trust and Identity (Internet2), Associate Vice President/Services Integration and Architecture [ 1 ]

2 Introduction Ann West [ 2 ]

3 Foundation Principles (TIER Program) SUSTAIN Integrate ENHANCE EXTEND #1 Requirement: Integration Define a a of DevOps a consistently environment Environment Sustainability configured which supports enables and and deployed continuous campuses and environment for rapid adoption Standardization integration, community enhancement contributors to and and reliable/consistent extend ease of current upgrade/update. functionality configuration in validation/release. the context of a self-contained Federation fabric. Sustain Integrate Enhance Extend [ 3 ]

4 [ 4 ]

5 General Principles Support Campus and Software Engineering Best Practices Abstract Provided Components Define Stable Interfaces for Campuses Provide Firm Foundation for Future Development Leverage Existing Work Wherever Possible Narrow The Toolsets Utilize Virtual Machine Images and Containers Fortify the Federation s Operation [ 5 ]

6 Groundwork Amazon Web Services (Deployment Target) Community Forum (Vanilla Forums) Contact Management Systems (SalesForce) Defect and Feature Tracking Systems(JIRA) Financial and Accounting Systems (NetSuite/Zuora/Salesforce) Mail List Managers (Sympa / 21 lists and community groups) [ 6 ]

7 Groundwork Project Management (Web Portal/Web2Project) Service Management (ServiceNow) Source Management (GitHub - Enterprise) Support Databases and Reporting Systems (Various) Document Management (Confluence) Packaging and Container Generation (Packer and Docker) [ 7 ]

8 The Foundations of TIER Infrastructure RESTful APIs are the primary interfaces between TIER IAM Components and between TIER Components and External Systems TIER-defined Resources are shared and manipulated by RESTful APIs The API first approach is a key element supporting campus autonomy If you want to keep your identity registry, just expose its functionality as implementations of TIER APIs, it will then plug and play with other TIER components Supports selective adoption of TIER components and hybrid infrastructure models [ 8 ]

9 Consequential Early Choices Swagger 2 as the Primary TIER API Tool Used for both Design and documentation of APIs The language in which TIER APIs will be formally specified SCIM 2 as the anchor point for TIER API Style New IETF standard (RFCs 7642, 7643 and 7644) Provisioning and de-provisioning are the design center for SCIM, and a high priority for potential TIER adopters It doesn t cover all IAM functional needs, so TIER will end up defining new APIs: IdMatch is a good example A potential common language for higher education and commercial SaaS [ 9 ]

10 Release: Progress Report Ann West Steve Zoppi [ 10 ]

11 T&I Program/Community-Requested Solutions Categories Timing / Status 1 Application Programming Interfaces / Campus Near-Term / In Progress 2 VO De/Provisioning and Invitation Svcs (Comanage) Near-Term / In Progress 3 Student Applicant Identity Provider (CommIT) Beta / Suspended 4 Community IdP (Identity Provider of Last Resort) Community Solution / External 5 Entity Registry (Person and Object Registry) Near-Term / In Progress 6 Group Management and Group Administration Near-Term / In Progress 7 InCommon Federation Operations and Management Near-Term / In Progress 8 Component Packaging and Deployment Near-Term / In Progress 9 Component and Operations Security and Audit Near-Term / Recommendations 10 Scalable Consent Services Near-Term / Grant-Funded 11 Identity Provider and Service Provider (Shibboleth) Near-Term / In Progress 12 Community Training and TIER Program Mid-Term / Under Evaluation [ 11 ]

12 In Our Last Episode (Global Summit 2016) Proposed Milestones q Backbone usage scenario (BUS) proof of concept q An open IAM testbed based on the proof of concept q A containerized version of the IAM testbed for local experimentation q Well-instrumented code that can reveal behavior and health of the IAM infrastructure components and their interactions q First edition of a living guidebook: architectural patterns for IAM integration [ 12 ]

13 Today (TechEx 2016) Actual Progress q Backbone usage scenario (BUS) proof of concept q An open IAM testbed based on the proof of concept q A containerized version of the IAM testbed for local experimentation q Well-instrumented code that can reveal behavior and health of the IAM infrastructure components and their interactions q First edition of a living guidebook: architectural patterns for IAM integration In Progress POC Ready Ready Requirements Gathering Grouper Outline In Dev [ 13 ]

14 In Our Last Episode (Global Summit 2016) Proposed Milestones Testing and enhancement of the container/vm distributions Exploring Instrumentation Prioritize usability enhancements Setup automation and preconfiguration Campus metadata etc., etc. Build on the packaging foundation Automate the container and VM builds Operationalize the build process; produce regularly scheduled updates Start the process of automating testing Complete the work with the initial components [ 14 ]

15 Today (TechEx 2016) Actual Progress Testing and enhancement of the container/vm distributions In Progress Exploring Instrumentation POC Ready Prioritize usability enhancements Setup automation and preconfiguration CAMPUS PENDING Campus metadata ADOPTION etc., etc. Build on the packaging foundation Automate the container and VM builds THIS RELEASE Operationalize the build process; produce regularly scheduled updates NEXT PHASES Start the process of automating testing NEXT PHASES Complete the work with the initial components THIS RELEASE [ 15 ]

16 DevOps Model: Enabling Autonomy Workbench Path 1: Development and Iteration / Ideation Workbench Path 2: UAT/QA/Security Audit/Performance Assessment/Release [ 16 ]

17 Lessons Learned The community can accomplish a lot Dedicated set of volunteers Weekly calls Problem space evaluation Survey development and analysis Technical packaging strategy and prototyping Initial testbed If you have interest in this space, please join us Significant software development requires dedicated resources The foundational work done by volunteers Engaged commercial firm to build packaging [ 17 ]

18 Lessons Learned The Data Structures and APIs WG, along with the Entity Registry WG, attracted talented people from higher education institutions across the land (well over 120 on the mailing lists) The WG members will show up, work hard together and deliver what the WG charters asked for (our meeting notes alone amount to nearly 200 pages) Institutions will share their experience, their documents and their code: Penn State just released their Apache 2-licensed SCIM server and client libraries, significantly accelerating the API work. [ 18 ]

19 Lessons Learned Institutions with significant IAM projects underway have skin in the game and will make sure the Working Groups stay focused on essentials [ 19 ]

20 From Architecture to Construction and Back Again

21 TIER DELIVERABLES ARCHITECTURE : REFERENCE ARCHITECTURE REFERENCE IMPLEMENTATIONS INTEGRATION : API S AND EVENT MESSAGING DATA MODELS DOCUMENTATION : BEST PRACTICES DOCUMENTATION DEPLOYMENT GUIDES IMPLEMENTATION : DEMO WORKBENCH PRODUCTION WORKBENCH [ 21 ]

22 APIs [ 22 ]

23 Event-Driven Messaging [ 23 ]

24 Data Models, Schema, Resources { "username": "keith", "name": { "middlename": D", "givenname": "Keith", "familyname": "Hazelton", "displayname": "Keith Hazelton", "formatted": "Keith D Hazelton" }, "role": [ { "value": "member@testbed.tier.internet2.edu" }, { "value": "employee@testbed.tier.internet2.edu" }, { "value": "faculty@testbed.tier.internet2.edu" } ], "externalid": "hazelton@wisc.edu", " s": [ { "value": "keith@testbed.tier.internet2.edu" } ], "schemas": [ "urn:ietf:params:scim:schemas:core:2.0:user" ] } [ 24 ]

25 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 25 ]

26 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 26 ]

27 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 27 ]

28 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 28 ]

29 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 29 ]

30 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 30 ]

31 Demo WorkBench: Backbone Usage Scenario From onboarding of a new faculty or student to providing them access to an LMS [ 31 ]

32 Inception of metrics and instrumentation [ 32 ]

33 Devops and Packaging

34 TIER Development Model [ 34 ]

35 Preferences for TIER Software Installation [ 35 ]

36 Docker for Production Services [ 36 ]

37 VM Appliance for Production Services [ 37 ]

38 Strategy for TIER Packaging Component teams retain traditional installers These will continue to be needed well into the future Provide additional release types for the components Docker containers Virtual machine images to run the containers Focus on automation tools Build containers and VMs Automate testing Over time, goal of weekly builds Identify and deploy tooling that is able to deliver multiple formats Keep pace as technology changes [ 38 ]

39 Component Packaging Status Initial Release April 2016 First-look version of the packaged components Tightly coupled to the TIER testbed Current Release September/October 2016 Focus on production service capability Configuration management Virtual Machine images Docker container build environment Docker operations Shibboleth nearing release testing status COmanage and Grouper following [ 39 ]

40 Dual Function VMs: Build and Operate Build Environment Shibboleth configuration tree Simple tooling for initial IdP configuration Docker container build Scripting for operations Operational Environment Docker Tomcat ShibIdp_0 Docker Tomcat ShibIdp_1 Docker HAproxy [ 40 ]

41 Next Steps for Packaging Shibboleth IdP release COmanage and Grouper releases Tools Campus metadata management Shibboleth ease of configuration tooling Docker versions of the other TIER components Integration management Start on production build releases [ 41 ]

42 How you can help Testing For production use Real world scenarios Adoption Schools with active Docker efforts first We d like to hear from you if you are not already engaged What else should we be doing? [ 42 ]

43 Reference Architecture

44 TIER Reference Architecture A model for considering relationships between functional IAM components Audiences Business / Executive context setting Technical architects / implementers A set of narrative walkthroughs Illustrating specific business functions (enrollment, hire, job change, etc) Describing interactions between components A component glossary Defining each component and how it relates to others [ 44 ]

45 Grouper Deployment Guide TIER Grouper Deployment Guide 1.0 TIER Grouper Deployment Guide Proposal Expand the Columbia Grouper Deployment Guide to cover TIER recommendations Work with the TIER community on shared vocabulary, practice and strategies Distill community best practices from Community Contributions into specific guidance Expand IAM capabilities/use cases Timeline/Milestones TIER working group charter and community team formation - Aug draft outline TIER Grouper Deployment Guide - Sep 25, Internet2 Technical Exchange presentation/discussion/feedback - Sep 25-28, draft release Dec draft release and final comments period Feb-Mar final release Internet2 Summit Apr 2017 [ 45 ]

46 Grouper Deployment Guide Discussion at TechEx Grouper BOF - Tue Bayfront B ACAMP Session Find me in the hall :) Discussions after TechEx Grouper Deployment Guide Work - TIER Program NIST ABAC Columbia Grouper Deployment Guide What do you wish you knew before you started your Grouper deployment? What is missing from an initial deployment perspective? What should we work on in the way of recommended / best practices? Grouper wiki examples (folders, community examples, etc) Good examples of use cases? Good presentation/format? [ 46 ]

47 TIER Demos at 2016 Technology Exchange To see TIER Demos, stop by the TIER Demo Booth Biscayne Ballroom on the second level During your breaks and lunch through Wednesday. [ 47 ]

48 Staying Informed About TIER Join the TIER-Discussion list To subscribe: with the subject (case insensitive): subscribe tier-discussion Sign up to receive the TIER Newsletter Follow the TIER Working Groups from this wiki page oups+home Visit the Tech-Ex TIER Community Library hex2016tierc ommunitylibrar y [ 48 ]

49 Questions and Answers TIER Release Team [ 49 ]

Trust and Identity Services an introduction

Trust and Identity Services an introduction KEVIN MOROONEY Vice President, Trust and Identity Services OCTOBER, 2016 PACIFIC NORTHWEST GIGAPOP (PNWGP) Trust and Identity Services an introduction ADVISORY COUNCIL MEETING Background Me trust and identity

More information

TIER ROADMAP UPDATE WORKING TOGETHER TO DEVELOP THE PATH

TIER ROADMAP UPDATE WORKING TOGETHER TO DEVELOP THE PATH TIER ROADMAP UPDATE WORKING TOGETHER TO DEVELOP THE PATH Ann West (Internet2) Steve Zoppi (Internet2) James Jokl (University of Virginia) Warren Curry (University of Florida) Topics for Today TIER Overview

More information

Account Matching - How to Know Who s Who (or Will the Real John Smith Please Stand Up?)

Account Matching - How to Know Who s Who (or Will the Real John Smith Please Stand Up?) Account Matching - How to Know Who s Who (or Will the Real John Smith Please Stand Up?) IAM Online Wednesday, August 8, 2018 Benn Oshrin, Spherical Cow Group Summer Scanlan, University of California, Berkeley

More information

Tom Barton, Keith Hazelton, Bill Yock. Strategies for Accelerating Identity and Access Management (IAM) in Higher Education

Tom Barton, Keith Hazelton, Bill Yock. Strategies for Accelerating Identity and Access Management (IAM) in Higher Education Tom Barton, Keith Hazelton, Bill Yock Strategies for Accelerating Identity and Access Management (IAM) in Higher Education Three Speeches for the Price of One! Tom Barton Global Access Services for R&E

More information

Intuit Application Centric ACI Deployment Case Study

Intuit Application Centric ACI Deployment Case Study Intuit Application Centric ACI Deployment Case Study Joon Cho, Principal Network Engineer, Intuit Lawrence Zhu, Solutions Architect, Cisco Agenda Introduction Architecture / Principle Design Rollout Key

More information

Cloud & DevOps April Big Group. April 24, 2015 Friday 1:30-2:30 p.m. Science Center Hall E

Cloud & DevOps April Big Group. April 24, 2015 Friday 1:30-2:30 p.m. Science Center Hall E Cloud & DevOps April Big Group April 24, 2015 Friday 1:30-2:30 p.m. Science Center Hall E Agenda Program Update Megan Parmar (10 min) News and Announcements Cloud & DevOps Open House: The Results Network

More information

Identity and Access Management PIN App Owner Town Hall Meeting. March 31, 2015 Tuesday 3:00 4:30 p.m. Taubman, T-520 (HKS)

Identity and Access Management PIN App Owner Town Hall Meeting. March 31, 2015 Tuesday 3:00 4:30 p.m. Taubman, T-520 (HKS) Identity and Access Management PIN App Owner Town Hall Meeting March 31, 2015 Tuesday 3:00 4:30 p.m. Taubman, T-520 (HKS) Agenda Meeting Purpose and Intended Outcomes Rollout of HarvardKey Explanation

More information

FeduShare Update. AuthNZ the SAML way for VOs

FeduShare Update. AuthNZ the SAML way for VOs FeduShare Update AuthNZ the SAML way for VOs FeduShare Goals: Provide transparent sharing of campus resources in support of (multiinstitutional) collaboration Support both HTTP and non-web access using

More information

DevNet Workshop-Hands-on with CloudCenter and Jenkins

DevNet Workshop-Hands-on with CloudCenter and Jenkins DevNet Workshop-Hands-on with CloudCenter and Jenkins Tuan Nguyen, Technical Marketing Engineer, CPSG Cisco Spark How Questions? Use Cisco Spark to communicate with the speaker after the session 1. Find

More information

14 January 2013 Presented by: Kevin L. Jones Agency IPv6 Transition Manager

14 January 2013 Presented by: Kevin L. Jones Agency IPv6 Transition Manager NASA IPv6 Implementation Status TIP 2013 Presented by: Kevin L. Jones Agency IPv6 Transition Manager OMB IPv6 Mandate Goals 1. Designate an IPv6 Transition Manager by 10/30/2010 2. Ensure agency procurements

More information

Scaling Interoperable Trust through a Trustmark Marketplace

Scaling Interoperable Trust through a Trustmark Marketplace Scaling Interoperable Trust through a Marketplace John Wandelt Georgia Tech Research Institute This work was performed under the following financial assistance award 70NANB13H189 from the U.S. Department

More information

The Challenges of User Consent

The Challenges of User Consent IAM Online The Challenges of User Consent Wednesday, May 11, 2011 3 p.m. ET Tom Barton, University of Chicago Steve Carmody, Brown University Russell Beall, University of Southern California Tom Scavo,

More information

Data Virtualization Implementation Methodology and Best Practices

Data Virtualization Implementation Methodology and Best Practices White Paper Data Virtualization Implementation Methodology and Best Practices INTRODUCTION Cisco s proven Data Virtualization Implementation Methodology and Best Practices is compiled from our successful

More information

Solutions to the Top 5 PM P

Solutions to the Top 5 PM P Solutions to the Top 5 PM P Ex am Challenges Wed, 17 Feb 12:00 pm EST 2016 Holmes Corporation 1 PMP, PMBOK and the Registered Education Provider logo are registered PMP, PMBOK, marks and of the the Registered

More information

Welcome! Presenters: STFC January 10, 2019

Welcome! Presenters: STFC January 10, 2019 Welcome! Presenters: Vas Vasiliadis vas@uchicago.edu Brendan McCollam bjmc@globus.org STFC January 10, 2019 Agenda Morning topics Introduction to the Globus SaaS Service overview & architecture Demo: A

More information

ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development

ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development ACCI Recommendations on Long Term Cyberinfrastructure Issues: Building Future Development Jeremy Fischer Indiana University 9 September 2014 Citation: Fischer, J.L. 2014. ACCI Recommendations on Long Term

More information

Benefits of Extending your Datacenters with Amazon Web Services

Benefits of Extending your Datacenters with Amazon Web Services Benefits of Extending your Datacenters with Amazon Web Services Xavier Prélat Business Development Manager @aws_actus How did Amazon.. get into cloud computing? What is AWS? Amazon Web Services offers

More information

Supporting a Widely Deployed Campus Shibboleth Implementation

Supporting a Widely Deployed Campus Shibboleth Implementation Spring 2012 Internet2 Member Meeting April 25, 2012 Supporting a Widely Deployed Campus Shibboleth Implementation Russell Beall, University of Southern California Brendan Bellina, University of Southern

More information

Connected vehicle cloud Commercial presentation

Connected vehicle cloud Commercial presentation Connected vehicle cloud 17.1 Commercial presentation 2017.07.01 The evolution of the automotive industry 2017 2020 2025 2030 A vehicle can generate 1 GB of data per second By 2020 automakers could make

More information

Put Security Into Your DevOps NOW. Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018

Put Security Into Your DevOps NOW. Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018 Put Security Into Your DevOps NOW Or Prepare for the Flood Matthew Fisher Solution Architect, Fortify Federal 08MAR2018 Defining Devops State of Devops Report (Puppet, Dora):..set of practices and cultural

More information

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc

Server Virtualization and Optimization at HSBC. John Gibson Chief Technical Specialist HSBC Bank plc Server Virtualization and Optimization at HSBC John Gibson Chief Technical Specialist HSBC Bank plc Background Over 5,500 Windows servers in the last 6 years. Historically, Windows technology dictated

More information

CINC UP: CYBERSECURITY RESEARCH ACCELERATION TRANSITION TO PRACTICE (TTP) WORKSHOP AND SHOWCASE (NSF # ) April 26, 2017

CINC UP: CYBERSECURITY RESEARCH ACCELERATION TRANSITION TO PRACTICE (TTP) WORKSHOP AND SHOWCASE (NSF # ) April 26, 2017 CINC UP: CYBERSECURITY RESEARCH ACCELERATION TRANSITION TO PRACTICE (TTP) WORKSHOP AND SHOWCASE (NSF #1650445) April 26, 2017 1 CINC UP: CYBERSECURITY RESEARCH ACCELERATION TRANSITION TO PRACTICE (TTP)

More information

SOFTWARE DEMONSTRATION

SOFTWARE DEMONSTRATION SOFTWARE DEMONSTRATION IDENTITY AND ACCESS MANAGEMENT SOFTWARE AND SERVICES RFP 644456 DEMONSTRATION AGENDA Executive Summary Technical Overview Break User Interfaces and Experience Multi-Campus and Inter-Campus

More information

Bringing DevOps to Service Provider Networks & Scoping New Operational Platform Requirements for SDN & NFV

Bringing DevOps to Service Provider Networks & Scoping New Operational Platform Requirements for SDN & NFV White Paper Bringing DevOps to Service Provider Networks & Scoping New Operational Platform Requirements for SDN & NFV Prepared by Caroline Chappell Practice Leader, Cloud & NFV, Heavy Reading www.heavyreading.com

More information

Cyber Partnership Blueprint: An Outline

Cyber Partnership Blueprint: An Outline Approved for Public Release; Distribution Unlimited. 13-3851 The MITRE Corporation Cyber Partnership Blueprint: An Outline October 26, 2013 Copyright 1997-2013, The MITRE Corporation. All rights reserved.

More information

San Francisco Department of Public Health. IT and Epic Project Update

San Francisco Department of Public Health. IT and Epic Project Update San Francisco Department of Public Health IT and Epic Project Update Health Commission, April 16, 2019 IT: Infrastructure Accomplishments Sweeping Improvements Across DPH Thousands of devices are Epic

More information

Kuber-what?! Learn about Kubernetes

Kuber-what?! Learn about Kubernetes DEVNET-1999 Kuber-what?! Learn about Kubernetes Ashley Roach, Principal Engineer Evangelist Agenda Objectives A brief primer on containers The problems with running containers at scale Orchestration systems

More information

Grabbing the Bronze and Silver Ring: The InCommon Assurance Program

Grabbing the Bronze and Silver Ring: The InCommon Assurance Program IAM Online Grabbing the Bronze and Silver Ring: The InCommon Assurance Program Wednesday, June 15, 2011 3 p.m. ET Tom Barton, University of Chicago R.L. Bob Morgan, University of Washington Renee Shuey,

More information

TPTP 4.7 Release Review -- One Quick Foil What s new

TPTP 4.7 Release Review -- One Quick Foil What s new TPTP 4.7 Release Review -- One Quick Foil What s new Building all plugins with Java 5.. Drastically improve performance of memory analysis when profiling. Termination of the Monitoring sub-project. API

More information

Cloud Essentials for Architects using OpenStack

Cloud Essentials for Architects using OpenStack Cloud Essentials for Architects using OpenStack Course Overview Start Date 5th March 2015 Duration 2 Days Location Dublin Course Code SS15-13 Programme Overview Cloud Computing is gaining increasing attention

More information

Grouper Working Group

Grouper Working Group Grouper Working Group Agenda Internet2 IPR, agenda bash" Grouper v2.0 in brief" Whoʼs using Grouper? Survey take aways" Focus on v2.x: current plans & discussion" Grouper & OSIdM4HE" Your items " 2" October

More information

Automating Security Practices for the DevOps Revolution

Automating Security Practices for the DevOps Revolution Automating Security Practices for the DevOps Revolution Hari Srinivasan Director Product Management, Cloud and Virtualization Security Qualys Inc. 1 Qualys, Inc. 2018 Agenda Transformation of today s IT

More information

How to Keep UP Through Digital Transformation with Next-Generation App Development

How to Keep UP Through Digital Transformation with Next-Generation App Development How to Keep UP Through Digital Transformation with Next-Generation App Development Peter Sjoberg Jon Olby A Look Back, A Look Forward Dedicated, data structure dependent, inefficient, virtualized Infrastructure

More information

Go Faster: Containers, Platforms and the Path to Better Software Development (Including Live Demo)

Go Faster: Containers, Platforms and the Path to Better Software Development (Including Live Demo) RED HAT DAYS VANCOUVER Go Faster: Containers, Platforms and the Path to Better Software Development (Including Live Demo) Paul Armstrong Principal Solutions Architect Gerald Nunn Senior Middleware Solutions

More information

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software

Creating a Hybrid Gateway for API Traffic. Ed Julson API Platform Product Marketing TIBCO Software Creating a Hybrid Gateway for API Traffic Ed Julson API Platform Product Marketing TIBCO Software Housekeeping Webinar Recording Today s webinar is being recorded and a link to the recording will be emailed

More information

Data publication and discovery with Globus

Data publication and discovery with Globus Data publication and discovery with Globus Questions and comments to outreach@globus.org The Globus data publication and discovery services make it easy for institutions and projects to establish collections,

More information

Q2 2017/2018 Oct Nov Dec

Q2 2017/2018 Oct Nov Dec Q2 2017/2018 (Oct - Dec) Platform dev Multimedia Community Research Programs Design Search Q2 2017/2018 Oct Nov Dec Multi-Content Revisions (MCR) Goal: Have MCR sufficiently ready so that the Multimedia

More information

Provisioning and Integration: New Models and Practices

Provisioning and Integration: New Models and Practices Provisioning and Integration: New Models and Practices IAM Online June 12, 2013 Speakers: Rob Carter, Duke University Jimmy Vuccolo, Penn State Jeremy Grieshop, Clemson University Moderator: Keith Hazelton,

More information

Industry-leading Application PaaS Platform

Industry-leading Application PaaS Platform Industry-leading Application PaaS Platform Solutions Transactional Apps Digital Marketing LoB App Modernization Services Web Apps Web App for Containers API Apps Mobile Apps IDE Enterprise Integration

More information

Will your application be secure enough when Robots produce code for you?

Will your application be secure enough when Robots produce code for you? SESSION ID: ASD-W02 Will your application be secure enough when Robots produce code for you? Hasan Yasar Technical Manager, Faculty Member SEI CMU @securelifecycle With the speed of DevOps It is me! I

More information

Lessons Learned: Deploying Microservices Software Product in Customer Environments Mark Galpin, Solution Architect, JFrog, Inc.

Lessons Learned: Deploying Microservices Software Product in Customer Environments Mark Galpin, Solution Architect, JFrog, Inc. Lessons Learned: Deploying Microservices Software Product in Customer Environments Mark Galpin, Solution Architect, JFrog, Inc. Who s speaking? Mark Galpin Solution Architect @jfrog magalpin Microservices

More information

How Can Testing Teams Play a Key Role in DevOps Adoption?

How Can Testing Teams Play a Key Role in DevOps Adoption? June 3, 2016 How Can Testing Teams Play a Key Role in DevOps Adoption? Sujay Honnamane QA Director @sujayh Rameshkumar Bar Sr. Automation Architect @rameshbar 2016 Cognizant Session take away DevOps Overview

More information

John Wilson Justin Filoseta Katie Crawford Mark Hoeting Matt Lisle Nelson Baker Pam Buffington Paul Kohn

John Wilson Justin Filoseta Katie Crawford Mark Hoeting Matt Lisle Nelson Baker Pam Buffington Paul Kohn Meeting Minutes Logistics Date: 6/22/17 Time: 3:30-5:00 Location: Rich 242 Participants Chris Jones Christopher Craig David Leonard Dwayne Palmer Eric Buckhalt Greg Phillips Jim Fortner John Gilleland

More information

An Open Architecture for Hybrid Delivery

An Open Architecture for Hybrid Delivery An Open Architecture for Hybrid Delivery Rajmohan Rajagopalan #Interop #CCEvent April 2014 Hybrid Cloud What & Why? IaaS + PaaS AWS + Azure Private + Public + Managed Reasons for Hybrid Cloud Lower TCO

More information

Open Grid Forum. OGF s Role in the Community

Open Grid Forum. OGF s Role in the Community Open Grid Forum OGF s Role in the Community Alan Sill Senior Scientist, High Performance Computing Center and Adjunct Professor of Physics, Texas Tech University Vice President of Standards, Open Grid

More information

Eastern Regional Network (ERN) Barr von Oehsen Internet2 Tech Exchange 10/16/2018

Eastern Regional Network (ERN) Barr von Oehsen Internet2 Tech Exchange 10/16/2018 Eastern Regional Network (ERN) Barr von Oehsen Internet2 Tech Exchange 10/16/2018 Eastern Regional Network (ERN) Vision: To simplify multi-campus collaborations and partnerships that advance the frontiers

More information

Exam C Foundations of IBM Cloud Reference Architecture V5

Exam C Foundations of IBM Cloud Reference Architecture V5 Exam C5050 287 Foundations of IBM Cloud Reference Architecture V5 1. Which cloud computing scenario would benefit from the inclusion of orchestration? A. A customer has a need to adopt lean principles

More information

IT Updates. Maryland Health Benefit Exchange Board Meeting April 15, Presented by: Isabel FitzGerald Secretary, DoIT

IT Updates. Maryland Health Benefit Exchange Board Meeting April 15, Presented by: Isabel FitzGerald Secretary, DoIT IT Updates Maryland Health Benefit Exchange Board Meeting April 15, 2014 Presented by: Isabel FitzGerald Secretary, DoIT A service of Maryland Health Benefit Exchange Agenda Overview of process for CT

More information

Potential for Technology Innovation within the Internet2 Community: A Five-Year View

Potential for Technology Innovation within the Internet2 Community: A Five-Year View Potential for Technology Innovation within the Internet2 Community: A Five-Year View Steve Corbató Managing Director, Technology Direction & Development Industry Strategy Council meeting DTW Westin 17

More information

Data Protection for Virtualized Environments

Data Protection for Virtualized Environments Technology Insight Paper Data Protection for Virtualized Environments IBM Spectrum Protect Plus Delivers a Modern Approach By Steve Scully, Sr. Analyst February 2018 Modern Data Protection for Virtualized

More information

Géant-TrustBroker Project Overview

Géant-TrustBroker Project Overview Géant-TrustBroker Project Overview Daniela Pöhn 7 th FIM4R meeting Frascati, Italy April 24 th, 2014 Géant-TrustBroker [GNTB]: The basic idea Our goal (SP perspective): SPs connected to user s identity

More information

What You Need to Know About OpenStack + VMware

What You Need to Know About OpenStack + VMware SDDC1580-S What You Need to Know About OpenStack + VMware Scott Lowe, VMware, Inc Dan Wendlandt, VMware, Inc Disclaimer This presentation may contain product features that are currently under development.

More information

Open Security Controller - Security Orchestration for OpenStack

Open Security Controller - Security Orchestration for OpenStack SESSION ID: CSV-W02 Open Security Controller - Security Orchestration for OpenStack Tarun Viswanathan Platform Solution Architect Intel Manish Dave Platform Architect Intel Notices and Disclaimers Intel

More information

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift

OpenShift Roadmap Enterprise Kubernetes for Developers. Clayton Coleman, Architect, OpenShift OpenShift Roadmap Enterprise Kubernetes for Developers Clayton Coleman, Architect, OpenShift What Is OpenShift? Application-centric Platform INFRASTRUCTURE APPLICATIONS Use containers for efficiency Hide

More information

Cloud Computing Introduction & Offerings from IBM

Cloud Computing Introduction & Offerings from IBM Cloud Computing Introduction & Offerings from IBM Gytis Račiukaitis IT Architect, IBM Global Business Services Agenda What is cloud computing? Benefits Risks & Issues Thinking about moving into the cloud?

More information

Federated Security Incident Response. Tom Barton, University of Chicago Jim Basney, NCSA Vincente Brillault, CERN Scott Koranda, LIGO

Federated Security Incident Response. Tom Barton, University of Chicago Jim Basney, NCSA Vincente Brillault, CERN Scott Koranda, LIGO Federated Security Incident Response Tom Barton, University of Chicago Jim Basney, NCSA Vincente Brillault, CERN Scott Koranda, LIGO Prologue An Example Criminals target University Employee Self Service

More information

Cisco on Cisco. Executive Overview. Version 2.0, Q1, FY 07. Cisco Public. Sal Pearce Cisco Systems, Inc. All rights reserved.

Cisco on Cisco. Executive Overview. Version 2.0, Q1, FY 07. Cisco Public. Sal Pearce Cisco Systems, Inc. All rights reserved. Cisco on Cisco Executive Overview Version 2.0, Q1, FY 07 2005 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Contents 1 - How Big is Cisco? 2 - Cisco on Cisco Technology Sound Bites 3 - About

More information

STRATEGIC PLAN

STRATEGIC PLAN STRATEGIC PLAN 2013-2018 In an era of growing demand for IT services, it is imperative that strong guiding principles are followed that will allow for the fulfillment of the Division of Information Technology

More information

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015

Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services. Redhat Summit 2015 Application Centric Microservices Ken Owens, CTO Cisco Intercloud Services Redhat Summit 2015 Agenda Introduction Why Application Centric Application Deployment Options What is Microservices Infrastructure

More information

SECURING AWS ACCESS WITH MODERN IDENTITY SOLUTIONS

SECURING AWS ACCESS WITH MODERN IDENTITY SOLUTIONS WHITE PAPER SECURING AWS ACCESS WITH MODERN IDENTITY SOLUTIONS The Challenges Of Securing AWS Access and How To Address Them In The Modern Enterprise Executive Summary When operating in Amazon Web Services

More information

#AWSSummit. Démarrer sur AWS. L élasticité et les outils de gestions

#AWSSummit. Démarrer sur AWS. L élasticité et les outils de gestions #AWSSummit Démarrer sur AWS L élasticité et les outils de gestions https://aws.amazon.com/getting-started Boris Sassou Technical Account Manager, Amazon Web Services 2018, Amazon Web Services, Inc. or

More information

DevOps on AWS Deep Dive on Continuous Delivery and the AWS Developer Tools

DevOps on AWS Deep Dive on Continuous Delivery and the AWS Developer Tools DevOps on AWS Deep Dive on Continuous Delivery and the AWS Developer Tools Woody Borraccino, AWS Solutions Architect May 4, 2016, Stockholm 2016, Amazon Web Services, Inc. or its Affiliates. All rights

More information

TRUST IDENTITY. Trusted Relationships for Access Management: AND. The InCommon Model

TRUST IDENTITY. Trusted Relationships for Access Management: AND. The InCommon Model TRUST. assured reliance on the character, ability, strength, or truth of someone or something - Merriam-Webster TRUST AND IDENTITY July 2017 Trusted Relationships for Access Management: The InCommon Model

More information

Cloud Transformation Program Cloud Change Champions May 23, 2018

Cloud Transformation Program Cloud Change Champions May 23, 2018 Cloud Transformation Program Cloud Change Champions May 23, 2018 W May C Today s Agenda C C M! 1 Welcome and Agenda Overview 2 Cloud Program End of PY18 Update and PY19 Planning 3 Feedback and Discussion

More information

Preamble. A Strategic Plan for the Internet2 Community Spring 2008

Preamble. A Strategic Plan for the Internet2 Community Spring 2008 Draft Community Version -- March 28 2008 Preamble 2008-2013 Spring 2008 In the 1980s the U.S. research and education community, with the support of the U.S. government, came together to create the NSFNET.

More information

IDENTITY AND ACCESS MANAGEMENT CPR OVERVIEW

IDENTITY AND ACCESS MANAGEMENT CPR OVERVIEW IDENTITY AND ACCESS MANAGEMENT CPR OVERVIEW CPR ITS SERVICE INTEGRATION FEBRUARY 6 TH, 2012 2/6/2012 IAM Overview - CPR ITS Service Integration (CS) 1 MEETING AGENDA WHY CPR? CPR - FUNCTIONAL OVERVIEW

More information

How to re-invent your IT Architecture. André Christ, Co-CEO LeanIX

How to re-invent your IT Architecture. André Christ, Co-CEO LeanIX How to re-invent your IT Architecture André Christ, Co-CEO LeanIX 2012 founded 30 employees > 80 customers 150 % motivated 2 OUR MISSION Become global #1 SaaS helping companies to modernize their IT architectures

More information

Cisco Cloud Services Router 1000V and Amazon Web Services CASE STUDY

Cisco Cloud Services Router 1000V and Amazon Web Services CASE STUDY Cisco Cloud Services Router 1000V and Amazon Web Services CASE STUDY CASE STUDY ADOBE 2 About Adobe Adobe Systems provides digital media and marketing solutions to customers around the world including

More information

FROM VSTS TO AZURE DEVOPS

FROM VSTS TO AZURE DEVOPS #DOH18 FROM VSTS TO AZURE DEVOPS People. Process. Products. Gaetano Paternò @tanopaterno info@gaetanopaterno.it 2 VSTS #DOH18 3 Azure DevOps Azure Boards (ex Work) Deliver value to your users faster using

More information

Do I Really Need Another Account? External Identities for Campus Applications

Do I Really Need Another Account? External Identities for Campus Applications Do I Really Need Another Account? External Identities for Campus Applications Dedra Chamberlin, Cirrus Identity Eric Goodman, University of California Todd Haddaway, UMBC Tom Jordan, University of Wisconsin-Madison

More information

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE

BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE BEYOND AUTHENTICATION IDENTITY AND ACCESS MANAGEMENT FOR THE MODERN ENTERPRISE OUR ORGANISATION AND SPECIALIST SKILLS Focused on delivery, integration and managed services around Identity and Access Management.

More information

Proven video conference management software for Cisco Meeting Server

Proven video conference management software for Cisco Meeting Server Proven video conference management software for Cisco Meeting Server VQ Conference Manager (formerly Acano Manager) is your key to dependable, scalable, self-service video conferencing Increase service

More information

REFEDS Minutes, 22 April 2012

REFEDS Minutes, 22 April 2012 DOC VERSION:0.1 DATE: 24/04/12 PAGE 1/6 title / reference:refeds-minutes-120422 REFEDS Minutes, 22 April 2012 Licia Florio and Nicole Harris Abstract: Minutes of the REFEDS BOF held in conjunction with

More information

Adopting Modern Practices for Improved Cloud Security. Cox Automotive - Enterprise Risk & Security

Adopting Modern Practices for Improved Cloud Security. Cox Automotive - Enterprise Risk & Security Adopting Modern Practices for Improved Cloud Security Cox Automotive - Enterprise Risk & Security 1 About Cox Automotive Cox Automotive is a leading provider of products and services that span the automotive

More information

Expertise that goes beyond experience.

Expertise that goes beyond experience. Pre-Conference Training and Certification Expertise that goes beyond experience. OKTANE18.COM Monday, May 21 - Tuesday, May 22 ARIA Resort & Casino, Las Vegas Contents 03 04 05 Okta Education Services

More information

IAM Project Overview & Milestones

IAM Project Overview & Milestones IAM Project Overview & Milestones TABLE OF CONTENTS IAM PROJECT SUCCESS FACTORS 3 PROJECT SCOPE 3 IN SCOPE 3 OUT OF SCOPE 4 IAM NOW VS. FUTURE 5 IAM NOW 5 IAM IN THE FUTURE 7 IAM PROJECT END STATE 8 ACCESS

More information

Project Management Pre-Implementation Project status reporting Post Implementation Assessment Phase Solidify Project Scope

Project Management Pre-Implementation Project status reporting Post Implementation Assessment Phase Solidify Project Scope Project Management 321 days 10/22/01 01/30/03 Pre-Implementation 14 days 10/22/01 11/08/01 Detailed Scope / Deliverable definition 5 days 10/22/01 10/26/01 Complete Work Breakdown Structure 1 day 10/22/01

More information

Assignment List for CIS 245 Microsoft LAN Administration III. Spring 2016 (Revised 3/27/16)

Assignment List for CIS 245 Microsoft LAN Administration III. Spring 2016 (Revised 3/27/16) Assignment List-1 Assignment List for CIS 245 Microsoft LAN Administration III Spring 2016 (Revised 3/27/16) Getting Started Module (Orientation) - Course Syllabus, Assignments List, and other Getting

More information

CyberSecurity Internships The Path to Meeting Industry Need

CyberSecurity Internships The Path to Meeting Industry Need CyberSecurity Internships The Path to Meeting Industry Need Room Seacliff A Tuesday October 17 Bruce Maas Emeritus Vice Provost for IT and CIO University of Wisconsin-Madison Innovation Fellow Internet2

More information

EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER

EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER EASILY DEPLOY AND SCALE KUBERNETES WITH RANCHER 2 WHY KUBERNETES? Kubernetes is an open-source container orchestrator for deploying and managing containerized applications. Building on 15 years of experience

More information

DON XML Achieving Enterprise Interoperability

DON XML Achieving Enterprise Interoperability DON XML Achieving Enterprise Interoperability Overview of Policy, Governance, and Procedures for XML Development Michael Jacobs Office of the DON CIO Vision The Department of the Navy will fully exploit

More information

Azure Development Course

Azure Development Course Azure Development Course About This Course This section provides a brief description of the course, audience, suggested prerequisites, and course objectives. COURSE DESCRIPTION This course is intended

More information

At a high level, the current OPNFV CI pipeline can be summarized as follows:

At a high level, the current OPNFV CI pipeline can be summarized as follows: Cross Community Continuous Integration (XCI) Empowers Innovation by Increasing Collaboration Between and Upstream Communities With XCI, regularly integrates the latest from each supported branch of select

More information

Enhancing the Cybersecurity of Federal Information and Assets through CSIP

Enhancing the Cybersecurity of Federal Information and Assets through CSIP TECH BRIEF How BeyondTrust Helps Government Agencies Address Privileged Access Management to Improve Security Contents Introduction... 2 Achieving CSIP Objectives... 2 Steps to improve protection... 3

More information

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization

WHITEPAPER. Embracing Containers & Microservices for future-proof application modernization WHITEPAPER Embracing Containers & Microservices for future-proof application modernization The need for application modernization: Legacy applications are typically based on a monolithic design, which

More information

EC2 Scheduler. AWS Implementation Guide. Lalit Grover. September Last updated: September 2017 (see revisions)

EC2 Scheduler. AWS Implementation Guide. Lalit Grover. September Last updated: September 2017 (see revisions) EC2 Scheduler AWS Implementation Guide Lalit Grover September 2016 Last updated: September 2017 (see revisions) Copyright (c) 2016 by Amazon.com, Inc. or its affiliates. EC2 Scheduler is licensed under

More information

IBM s approach. Ease of Use. Total user experience. UCD Principles - IBM. What is the distinction between ease of use and UCD? Total User Experience

IBM s approach. Ease of Use. Total user experience. UCD Principles - IBM. What is the distinction between ease of use and UCD? Total User Experience IBM s approach Total user experiences Ease of Use Total User Experience through Principles Processes and Tools Total User Experience Everything the user sees, hears, and touches Get Order Unpack Find Install

More information

Governor Patrick Announces Funding to Launch Massachusetts Open Cloud Project Celebrates Release of 2014 Mass Big Data Report

Governor Patrick Announces Funding to Launch Massachusetts Open Cloud Project Celebrates Release of 2014 Mass Big Data Report Friday, April 25, 2014 Governor Patrick Announces Funding to Launch Massachusetts Open Cloud Project Celebrates Release of 2014 Mass Big Data Report State s first big data industry status report finds

More information

Tech Talk #11. Public Cloud UNIVERSITY OF COLORADO AT BOULDER 12/14/16 CU TECH TALK #11

Tech Talk #11. Public Cloud UNIVERSITY OF COLORADO AT BOULDER 12/14/16 CU TECH TALK #11 Tech Talk #11 Public Cloud UNIVERSITY OF COLORADO AT BOULDER 12/14/16 CU TECH TALK #11 Who is this idiot speaking? Orrie Gartner Deputy Director of Operations Where is the Tech in this Tech Talk? For those

More information

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme

Disclaimer This presentation may contain product features that are currently under development. This overview of new technology represents no commitme MMC1532BE Using VMware NSX Cloud for Enhanced Networking and Security for AWS Native Workloads Percy Wadia Amol Tipnis VMworld 2017 Content: Not for publication #VMworld #MMC1532BE Disclaimer This presentation

More information

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic

Matrix IT work Copyright Do not remove source or Attribution from any graphic or portion of graphic Cloud: your daily concerns Cost? Security? Compliance? People Process Product Virtualization to Cloud : Your challenging journey Hardware Software People 2,3M 1,6M Capex & opex costs for compute/nw/storage

More information

Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases. Lutz Lange Solution

Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases. Lutz Lange Solution Red Hat OpenShift Roadmap Q4 CY16 and H1 CY17 Releases Lutz Lange Solution Architect @AtomicContainer OpenShift Roadmap OpenShift Container Platform 3.2 Kubernetes 1.2 & Docker 1.9

More information

Open Source s Role in CONNECTing the Nation s Healthcare Community. Lauren Thompson, PhD Director, Federal Health Architecture

Open Source s Role in CONNECTing the Nation s Healthcare Community. Lauren Thompson, PhD Director, Federal Health Architecture Open Source s Role in CONNECTing the Nation s Healthcare Community Lauren Thompson, PhD Director, Federal Health Architecture Federal Health Architecture: Advancing National Health IT Federal Health Architecture

More information

The 7 Habits of Highly Effective API and Service Management

The 7 Habits of Highly Effective API and Service Management 7 Habits of Highly Effective API and Service Management: Introduction The 7 Habits of Highly Effective API and Service Management... A New Enterprise challenge has emerged. With the number of APIs growing

More information

Cloud Transformation Program Executive Sponsor Program Update. Roadshow Winter (Jan/Feb) 2018

Cloud Transformation Program Executive Sponsor Program Update. Roadshow Winter (Jan/Feb) 2018 Cloud Transformation Program Executive Sponsor Program Update Roadshow Winter (Jan/Feb) 2018 W Winter Cloud Program Update! Today s Agenda 1 Updates about the UIT Cloud Transformation Program What you

More information

THE HYBRID CLOUD. Private and Public Clouds Better Together

THE HYBRID CLOUD. Private and Public Clouds Better Together THE HYBRID CLOUD Private and Public Clouds Better Together Bruno Terkaly Principal Software Engineer Cloud Architect Open Source/Linux Global ISV at Microsoft A MULTI-CLOUD WORLD A growing trend in the

More information

einfrastructures Concertation Event

einfrastructures Concertation Event einfrastructures Concertation Event Steve Crumb, Executive Director December 5, 2007 OGF Vision & Mission Our Vision: The Open Grid Forum accelerates grid adoption to enable scientific discovery and business

More information

Accelerate Your Enterprise Private Cloud Initiative

Accelerate Your Enterprise Private Cloud Initiative Cisco Cloud Comprehensive, enterprise cloud enablement services help you realize a secure, agile, and highly automated infrastructure-as-a-service (IaaS) environment for cost-effective, rapid IT service

More information

Education Brochure. Education. Accelerate your path to business discovery. qlik.com

Education Brochure. Education. Accelerate your path to business discovery. qlik.com Education Education Brochure Accelerate your path to business discovery Qlik Education Services offers expertly designed coursework, tools, and programs to give your organization the knowledge and skills

More information

OpenIAM Identity and Access Manager Technical Architecture Overview

OpenIAM Identity and Access Manager Technical Architecture Overview OpenIAM Identity and Access Manager Technical Architecture Overview Overview... 3 Architecture... 3 Common Use Case Description... 3 Identity and Access Middleware... 5 Enterprise Service Bus (ESB)...

More information