SlideShare a Scribd company logo
Copyright ©2021 Styra, Inc. | All Rights Reserved
Creators of Open Policy Agent
Simplify Open Policy Agent
with Styra DAS
Tim Hinrichs
CTO, co-founder Styra
co-creator OPA
@tlhinrichs
Copyright ©2021 Styra, Inc. | All Rights Reserved
Adoption of the Cloud-native Software Stack is Skyrocketing
Linux
Tekton
Github Actions
CICD
Container Management
Microservices / Apps
Databases
Public Cloud
Servers
Platform
App
CICD Pipeline
1 2 3 4
Gateway
Frontend
Backend
DB
App
2
Copyright ©2021 Styra, Inc. | All Rights Reserved
Authorization Happens Everywhere in the Cloud-native Stack
Linux
Tekton
Github Actions
CICD
Container Management
Microservices / Apps
Databases
Public Cloud
Servers
Platform
App
CICD Pipeline
1 2 3 4
Gateway
Frontend
Backend
DB
App
3
Can user Alice withdraw money from account 123?
Can service 456 request invoices from service 789 on
behalf of alice?
Can user Alice query the finance database?
Which rows and fields can service 456 request on
behalf of alice?
Does this application configuration meet company
standards?
Can the payments service be deployed to this
cluster?
Can pods in namespace payments run as
privileged?
Can this cluster send outbound requests to IP
13.6.0.1?
Are S3 buckets in account 1234 allowed to be
public?
Can EBS volumes for the payments app be
unencrypted?
Who can SSH to production servers?
Copyright ©2021 Styra, Inc. | All Rights Reserved
Two Classes of Authorization: Application and Platform
Linux
Tekton
Github Actions
CICD
Container Management
Microservices / Apps
Databases
Public Cloud
Servers
Platform
App
CICD Pipeline
1 2 3 4
Gateway
Frontend
Backend
DB
App
4
Application Authorization
Platform Authorization
Copyright ©2021 Styra, Inc. | All Rights Reserved
Open Policy Agent: Unified Authorization, Proven in Production
Linux
Tekton
Github Actions
Platform
App
CICD Pipeline
1 2 3 4
Gateway
Frontend
Backend
DB
App
OPA OPA
OPA
OPA
OPA
OPA
5
Copyright ©2021 Styra, Inc. | All Rights Reserved
Styra DAS: Operationalize OPA for the Enterprise
Linux
Tekton
Github Actions
OPA OPA
OPA
OPA
OPA
OPA
World’s first management plane
for Open Policy Agent
Vertically-integrated policy
lifecycle management
Enterprise-grade governance
Declarative
Authorization
Service
6
Copyright ©2021 Styra, Inc. | All Rights Reserved
Open Policy Agent Community
Open Policy Agent (OPA)
Cloud-native policy engine
Contributors: 30+
companies, 150+ devs
Founded by Styra (2016) / Sandbox (2018) / Incubating (2019) / Graduated (2021)
GitHub Stars
5000
Downloads
80M
Slack Users
4000
Sessions at KubeCon US 2019
● Yelp - How Yelp moved security from the app to the
mesh
● Google - Enforcing service mesh structure using OPA
● Goldman Sachs - K8s policy enforcement using OPA at
Goldman Sachs
● Snyk - Applying policy throughout the app lifecycle with
OPA
● Reddit - Kubernetes at Reddit: Tales from Production
● Adobe - What Makes A Good Multi Tenant Kubernetes
Solution
● Giant Swarm - Using OPA for complex CRD Validation
and Defaulting
OPA Summit at KubeCon US 2019
● Capital One - Open Policy Agent for Policy-enabled
Kubernetes and CICD
● Chef - Open Policy Agent in Practice: From Angular to
OPA in Chef Automate
● Pinterest - Open Policy Agent at Scale: How Pinterest
Manages Policy Distribution
● Tripadvisor - Building a Testing Framework for
Integrating Open Policy Agent into Kubernetes
● Atlassian - Deploying Open Policy Agent at Atlassian
Sessions at Virtual KubeCon EU 2020
● AquaSecurity: Handling Container Vulnerabilities with
Open Policy Agent
● ABN AMRO: How ABN AMRO Switched Cloud
Providers Without Anyone Noticing
● Medudoc: Securing Your Healthcare Data with OPA
Other events or public confirmation of using OPA: Bank of New
York Mellon, AWS, Synemedia, Pure Storage, VMware, Netflix,
Daimler, T-Mobile, Salesforce
Vendor-neutral open-source Growing Community Active End-users
Copyright ©2021 Styra, Inc. | All Rights Reserved
OPA’s flexibility and DAS for Management
Sidecar /
Daemon
Service
OP
A
Server
Library
(Go or
WASM)
Service
OP
A
Server
Centralized
Service
CLI
Server
Service
$ opa eval
Service
Server
OP
A
OP
A
OP
A
Architectural
Flexibility
Team A’s policies Team B’s policies Common library
Policy
Composition
Flexibility
Management
Flexibility
Declarative
Authorization
Service
Copyright ©2021 Styra, Inc. | All Rights Reserved
DAS: Policy Management for Individual Users and Teams
9
Enterprise
governance
Policy changes: roll out new policies
slowly and help teams prepare
Multi-team dependencies: policies are
stored in each team’s home repo but are
deployed as a unit
Author
Rego
Schemas
Modularize
Test
Assemble
Test
Impact
Deploy
Policy
Data
Dependency
Monitor
Health
Decisions
OPA
Integrate
Configure
Harden
Policy
lifecycle
management
Policy overrides: enforce global policies but
empower teams to add their own
Visibility: let security, compliance, operations know
which policies are enforced in which systems at a
glance so they can review & troubleshoot
Audit: Prove to auditors that the
policies you have are making the
decisions they should.
Sustainability: Ensure your OPA
deployment adapts to new teams &
software and outlives its creators’
tenure
CICD team
K8s team
LOB Team
Cloud team
Security
Compliance
Declarative
Authorization
Service
Copyright ©2021 Styra, Inc. | All Rights Reserved
Native DAS Support for Leading OPA Use Cases
DESIRED
STATE
k8s API
Server
Pod
Network
Policy
Volumes
OPA
Protect k8s compute,
network, storage, app
configuration
OPA
Protect public cloud
configuration
Service A Service B
OPA OPA
Protect inbound and
outbound
microservice APIs
Custom
Service
OPA
Protect your custom
resources and API
calls
Copyright ©2021 Styra, Inc. | All Rights Reserved
Creators of Open Policy Agent
Open Policy Agent
openpolicyagent.org
@openpolicyagent
Styra
styra.com
@styrainc
Tim Hinrichs
CTO, co-founder Styra
co-creator OPA
@tlhinrichs
Copyright ©2021 Styra, Inc. | All Rights Reserved
Creators of Open Policy Agent
Popular OPA/DAS Use Cases
Copyright ©2021 Styra, Inc. | All Rights Reserved
Native DAS Support for Leading OPA Use Cases
DESIRED
STATE
k8s API
Server
Pod
Network
Policy
Volumes
OPA
Protect k8s compute,
network, storage, app
configuration
OPA
Protect public cloud
configuration
Service A Service B
OPA OPA
Protect inbound and
outbound
microservice APIs
Custom
Service
OPA
Protect your custom
resources and API
calls
Copyright ©2021 Styra, Inc. | All Rights Reserved
Kubernetes Challenges
OPERATIONS SECURITY COMPLIANCE
CICD well implemented, policy
defined, protected against
mistakes
Prove what has been
blocked/allowed over time. Easy
reporting, extremely detailed
historical checks
Wrong app accepting web
traffic, improper egress,
improper permissions….
Not including liveness probes on
pods
Failing to specify encrypted
storage
Duplicating paths/names so traffic
goes to the wrong service
Running containers
as privileged
Setting up network connections to
non-approved IPs / Internet
Runaway resource usage because no
limits were specified
Failing to include proper labels
required for traffic control
Running Images from
Unauthorized Registries
Copyright ©2021 Styra, Inc. | All Rights Reserved
Styra DAS: Push-button Authorization Controls for K8s
15
DESIRED
STATE
API
Server
RUNTIME STATE
DESIRED
STATE
API
Server
RUNTIME STATE
...
Open Policy Agent
● makes decisions locally and logs centrally
● flexible policy language
● vendor-neutral open-source (CNCF)
Declarative
Authorization
Service
OPA
OPA
Styra DAS
● OPA control plane
● 100+ Pre-built policies
● PCI, MITRE, PSP, CIS packs
● install in under 5 minutes
● multi-cluster policy authoring
● impact analysis
Support
all k8s
flavors
Copyright ©2021 Styra, Inc. | All Rights Reserved
Terraform Challenges
OPERATIONS SECURITY COMPLIANCE
CICD well implemented, policy
defined, protected against
mistakes
Prove what has been
blocked/allowed over time. Easy
reporting, extremely detailed
historical checks
Wrong app accepting web
traffic, improper egress,
improper permissions….
Failing to specify encrypted
storage
Duplicating paths/names so traffic
goes to the wrong service
Setting up network connections to
non-approved IPs / Internet
Runaway resource usage because no
limits were specified
Failing to include proper labels for
chargeback
Running unauthorized VM
images
Copyright ©2021 Styra, Inc. | All Rights Reserved
Styra DAS: Authorization Controls for Terraform
17
Open Policy Agent
● makes decisions locally and logs centrally
● provides flexible policy language
● vendor-neutral open-source (CNCF)
Declarative
Authorization
Service
OPA
Styra DAS
● policy assembly from multiple
sources of truth
● distribution of policy to OPA
● audit log of decisions
● dry-runs policy changes
Desired
State
Planned
Changes
terraform plan terraform apply
Copyright ©2021 Styra, Inc. | All Rights Reserved
Microservice Authorization Challenges
Can Alice see the list of
outgoing payments?
18
Service A
Service B
Service C
Can service A ask for Alice’s
profile on behalf of Alice?
Can service A ask for Hooli’s outgoing
payments on behalf of Alice?
On every API call, every microservice makes an authorization decision
Authz Implementation Challenges
● Different languages across
services.
● Centralized service is too slow
for microservices
● New services/teams should
snap into framework
● Security/compliance should be
able to audit policies
● Journey from coarse-grained
permissions to fine-grained and
from gateway enforcement to
microservice enforcement
Copyright ©2021 Styra, Inc. | All Rights Reserved
Styra DAS: Authorization Sidecar Plus Control Plane
19
Service A
Service B
Service C
Open Policy Agent
● makes decisions locally and logs centrally
● flexible policy language
● vendor-neutral open-source (CNCF)
Declarative
Authorization
Service
OPA
OPA
OPA
Styra DAS
● OPA control plane
● distributes policies
● monitors OPAs
● team-based policy authoring
● impact analysis
Copyright ©2021 Styra, Inc. | All Rights Reserved
Creators of Open Policy Agent
FAQ
Copyright ©2021 Styra, Inc. | All Rights Reserved
What does Policy-as-code mean and what does OPA provide?
21
Communicate
Policies written in file
format that people AND a
policy engine understand.
● Precise
● Dry-runnable
● Portable
Enforce
Policy engine integrated
into software and uses
policies to make
authorization decisions
● Fast
● Comprehensive
● Correct
Audit
Policy engine records all
decisions and can be
analyzed like any data
● Always-on
● Comprehensive
● Deep
Govern
Policy files have a lifecycle
(approval, test, build,
deploy) for governance.
● Manual &
Automated
● Granular
Policy-as-Code Approach to Authorization
21
OPA
Provides
.rego
Policy file
+
Policy engine
OPA
Policy tools
+
Copyright ©2021 Styra, Inc. | All Rights Reserved
How does OPA work?
Service
OP
A
Policy
(Rego)
Data
(JSON)
Request
Policy
Decision
Policy
Query
Input can be ANY JSON value Output can be ANY JSON value
OPA makes decisions.
Service enforces decisions.
Linux
22
Copyright ©2021 Styra, Inc. | All Rights Reserved
What does an OPA policy for Kubernetes look like?
package kubernetes.admission
deny[msg] {
input.request.kind.kind == "Pod"
some i
image := input.request.object.spec.containers[i].image
not startswith(image, "hooli.com/")
msg := sprintf("image comes from bad registry: %v", [image])
}
apiVersion: admission.k8s.io/v1beta1
kind: AdmissionReview
request:
kind:
group: ''
kind: Pod
version: v1
namespace: opa
object:
metadata:
labels:
app: nginx
name: nginx
namespace: opa
spec:
containers:
- image: nginx
imagePullPolicy: Always
name: nginx
operation: CREATE
JSON/YAML from Kubernetes
OPA Policy: All images come from a trusted registry
OPA Playground
Copyright ©2021 Styra, Inc. | All Rights Reserved
What does an OPA policy for Envoy look like?
package envoy.authz
# everyone can GET /
allow {
input.attributes.request.http.method == "GET"
input.parsed_path = ["/"]
}
# updates to /v1/admin/{id} dependent on source IP
allow {
input.attributes.request.http.method == "PUT"
input.parsed_path = ["v1", "admin", id]
user_is_admin
src := input.attributes.source.address.Address.SocketAddress.address
net.cidr_contains("172.28.0.0/16", src)
}
user_is_admin { ... }
parsed_path: [“api”, “v1”, “products”]
attributes:
source:
address:
Address:
SocketAddress:
address: "172.17.0.10"
PortSpecifier:
PortValue: 36472
destination:
address:
Address:
SocketAddress:
address: "172.17.0.17"
PortSpecifier:
PortValue: 9080
request:
http:
id: 13359530607844510314
method: GET
headers: ...
path: "/api/v1/products"
host: "192.168.99.100:31380"
protocol: "HTTP/1.1"
JSON/YAML from Envoy
OPA Policy: Allow all GET and some PUT
OPA Playground
Copyright ©2021 Styra, Inc. | All Rights Reserved
Creators of Open Policy Agent
Thanks!

More Related Content

What's hot

apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
apidays
 
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
apidays
 
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
apidays
 
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
apidays
 
An Entry Point to Impactful Open Banking Architecture
An Entry Point to Impactful Open Banking ArchitectureAn Entry Point to Impactful Open Banking Architecture
An Entry Point to Impactful Open Banking Architecture
WSO2
 
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
apidays
 
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
WSO2
 
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
apidays
 
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
WSO2
 
INTERFACE, by apidays - A cloud-native approach for open banking in action b...
INTERFACE, by apidays  - A cloud-native approach for open banking in action b...INTERFACE, by apidays  - A cloud-native approach for open banking in action b...
INTERFACE, by apidays - A cloud-native approach for open banking in action b...
apidays
 
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
apidays
 
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
WSO2
 
[WSO2 Integration Summit Singapore 2019] The API-driven World
[WSO2 Integration Summit Singapore 2019] The API-driven World[WSO2 Integration Summit Singapore 2019] The API-driven World
[WSO2 Integration Summit Singapore 2019] The API-driven World
WSO2
 
Best Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated TestingBest Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated Testing
WSO2
 
API-first Integration for Microservices
API-first Integration for MicroservicesAPI-first Integration for Microservices
API-first Integration for Microservices
WSO2
 
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
apidays
 
API Security Best Practices and Guidelines
API Security Best Practices and GuidelinesAPI Security Best Practices and Guidelines
API Security Best Practices and Guidelines
WSO2
 
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
apidays
 
INTERFACE, by apidays - Lessons learned from implementing our custom ‘Big Da...
INTERFACE, by apidays  - Lessons learned from implementing our custom ‘Big Da...INTERFACE, by apidays  - Lessons learned from implementing our custom ‘Big Da...
INTERFACE, by apidays - Lessons learned from implementing our custom ‘Big Da...
apidays
 
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
apidays
 

What's hot (20)

apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
apidays LIVE New York 2021 - API Economy in Financial Services by Giovanni Le...
 
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
apidays LIVE Australia 2021 - Leveraging Async APIs to deliver Cross Domain A...
 
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
apidays LIVE New York 2021 - Managing the usage of Asynchronous APIs: What do...
 
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
apidays LIVE India - Asynchronous and Broadcasting APIs using Kafka by Rohit ...
 
An Entry Point to Impactful Open Banking Architecture
An Entry Point to Impactful Open Banking ArchitectureAn Entry Point to Impactful Open Banking Architecture
An Entry Point to Impactful Open Banking Architecture
 
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
apidays LIVE Hong Kong 2021 - Digital Identity Centric Approach to Accelerate...
 
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
[WSO2 Integration Summit Singapore 2019] Achieving Predictable Success in Dig...
 
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
apidays LIVE India - Digital Trust Infrastructure - Key to digital transforma...
 
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
[WSO2 Summit EMEA 2020] Experiencing the Benefits of API Driven Open Banking
 
INTERFACE, by apidays - A cloud-native approach for open banking in action b...
INTERFACE, by apidays  - A cloud-native approach for open banking in action b...INTERFACE, by apidays  - A cloud-native approach for open banking in action b...
INTERFACE, by apidays - A cloud-native approach for open banking in action b...
 
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
apidays LIVE Hong Kong 2021 - Modernizing Monolith Applications with API Arch...
 
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
[APIdays Singapore 2019] Managing the API lifecycle with Open Source Technolo...
 
[WSO2 Integration Summit Singapore 2019] The API-driven World
[WSO2 Integration Summit Singapore 2019] The API-driven World[WSO2 Integration Summit Singapore 2019] The API-driven World
[WSO2 Integration Summit Singapore 2019] The API-driven World
 
Best Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated TestingBest Practices for Productizing APIs with API Management and Automated Testing
Best Practices for Productizing APIs with API Management and Automated Testing
 
API-first Integration for Microservices
API-first Integration for MicroservicesAPI-first Integration for Microservices
API-first Integration for Microservices
 
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
apidays LIVE Paris 2021 - API4IPS - API essentials for Public Sector Innovati...
 
API Security Best Practices and Guidelines
API Security Best Practices and GuidelinesAPI Security Best Practices and Guidelines
API Security Best Practices and Guidelines
 
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
apidays LIVE Hong Kong 2021 - Next Stage for Open API at Banking Industry by ...
 
INTERFACE, by apidays - Lessons learned from implementing our custom ‘Big Da...
INTERFACE, by apidays  - Lessons learned from implementing our custom ‘Big Da...INTERFACE, by apidays  - Lessons learned from implementing our custom ‘Big Da...
INTERFACE, by apidays - Lessons learned from implementing our custom ‘Big Da...
 
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
apidays LIVE Hong Kong 2021 - API Ecosystem and Banking Open API Phase III & ...
 

Similar to apidays LIVE New York 2021 - Simplify Open Policy Agent with Styra DAS by Tim Hinrichs, Styra

apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays
 
Addressing Challenges with IoT Edge Management
Addressing Challenges with IoT Edge ManagementAddressing Challenges with IoT Edge Management
Addressing Challenges with IoT Edge Management
DataWorks Summit
 
TechWiseTV Workshop: Cisco Hybrid Cloud Platform for Google Cloud
TechWiseTV Workshop:  Cisco Hybrid Cloud Platform for Google CloudTechWiseTV Workshop:  Cisco Hybrid Cloud Platform for Google Cloud
TechWiseTV Workshop: Cisco Hybrid Cloud Platform for Google Cloud
Robb Boyd
 
Migration to microsoft_azure_with_zscaler
Migration to microsoft_azure_with_zscalerMigration to microsoft_azure_with_zscaler
Migration to microsoft_azure_with_zscaler
Zscaler
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19
Cloudera, Inc.
 
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAPSecuring Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
Olivia LaMar
 
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
Amazon Web Services
 
Big Data Fundamentals 6.6.18
Big Data Fundamentals 6.6.18Big Data Fundamentals 6.6.18
Big Data Fundamentals 6.6.18
Cloudera, Inc.
 
Big Data Fundamentals
Big Data FundamentalsBig Data Fundamentals
Big Data Fundamentals
Cloudera, Inc.
 
Secure Clouds are Happy Clouds
Secure Clouds are Happy CloudsSecure Clouds are Happy Clouds
Secure Clouds are Happy Clouds
2nd Watch
 
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdfCNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
LibbySchulze
 
AWS November meetup Slides
AWS November meetup SlidesAWS November meetup Slides
AWS November meetup Slides
JacksonMorgan9
 
AWS User Group November
AWS User Group NovemberAWS User Group November
AWS User Group November
PolarSeven Pty Ltd
 
Compliance and Zero Trust Ambient Mesh
Compliance and Zero Trust Ambient MeshCompliance and Zero Trust Ambient Mesh
Compliance and Zero Trust Ambient Mesh
Christian Posta
 
Veritas + MongoDB
Veritas + MongoDBVeritas + MongoDB
Veritas + MongoDB
MongoDB
 
The rise of microservices
The rise of microservicesThe rise of microservices
The rise of microservices
Cloud Technology Experts
 
The Cloud Foundry Story
The Cloud Foundry StoryThe Cloud Foundry Story
The Cloud Foundry Story
VMware Tanzu
 
Meetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline DevelopmentMeetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline Development
Timothy Spann
 
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
ssuser73434e
 
Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau
scoopnewsgroup
 

Similar to apidays LIVE New York 2021 - Simplify Open Policy Agent with Styra DAS by Tim Hinrichs, Styra (20)

apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
apidays LIVE New York 2021 - Microservice Authorization with Open Policy Agen...
 
Addressing Challenges with IoT Edge Management
Addressing Challenges with IoT Edge ManagementAddressing Challenges with IoT Edge Management
Addressing Challenges with IoT Edge Management
 
TechWiseTV Workshop: Cisco Hybrid Cloud Platform for Google Cloud
TechWiseTV Workshop:  Cisco Hybrid Cloud Platform for Google CloudTechWiseTV Workshop:  Cisco Hybrid Cloud Platform for Google Cloud
TechWiseTV Workshop: Cisco Hybrid Cloud Platform for Google Cloud
 
Migration to microsoft_azure_with_zscaler
Migration to microsoft_azure_with_zscalerMigration to microsoft_azure_with_zscaler
Migration to microsoft_azure_with_zscaler
 
Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19Introducing Cloudera DataFlow (CDF) 2.13.19
Introducing Cloudera DataFlow (CDF) 2.13.19
 
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAPSecuring Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
Securing Kubernetes Clusters with NGINX Plus Ingress Controller & NAP
 
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
A New Approach to Continuous Monitoring in the Cloud: Migrate to AWS with NET...
 
Big Data Fundamentals 6.6.18
Big Data Fundamentals 6.6.18Big Data Fundamentals 6.6.18
Big Data Fundamentals 6.6.18
 
Big Data Fundamentals
Big Data FundamentalsBig Data Fundamentals
Big Data Fundamentals
 
Secure Clouds are Happy Clouds
Secure Clouds are Happy CloudsSecure Clouds are Happy Clouds
Secure Clouds are Happy Clouds
 
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdfCNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
CNCF Online - Data Protection Guardrails using Open Policy Agent (OPA).pdf
 
AWS November meetup Slides
AWS November meetup SlidesAWS November meetup Slides
AWS November meetup Slides
 
AWS User Group November
AWS User Group NovemberAWS User Group November
AWS User Group November
 
Compliance and Zero Trust Ambient Mesh
Compliance and Zero Trust Ambient MeshCompliance and Zero Trust Ambient Mesh
Compliance and Zero Trust Ambient Mesh
 
Veritas + MongoDB
Veritas + MongoDBVeritas + MongoDB
Veritas + MongoDB
 
The rise of microservices
The rise of microservicesThe rise of microservices
The rise of microservices
 
The Cloud Foundry Story
The Cloud Foundry StoryThe Cloud Foundry Story
The Cloud Foundry Story
 
Meetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline DevelopmentMeetup Streaming Data Pipeline Development
Meetup Streaming Data Pipeline Development
 
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
Future of Data Milwaukee Meetup Streaming Data Pipeline Development 28 June 2023
 
Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau Delivering Network Innovation with SDN - Tom Nadeau
Delivering Network Innovation with SDN - Tom Nadeau
 

More from apidays

Apidays Helsinki 2024 - APIs ahoy, the case of Customer Booking APIs in Finn...
Apidays Helsinki 2024 -  APIs ahoy, the case of Customer Booking APIs in Finn...Apidays Helsinki 2024 -  APIs ahoy, the case of Customer Booking APIs in Finn...
Apidays Helsinki 2024 - APIs ahoy, the case of Customer Booking APIs in Finn...
apidays
 
Apidays Helsinki 2024 - From Chaos to Calm- Navigating Emerging API Security...
Apidays Helsinki 2024 -  From Chaos to Calm- Navigating Emerging API Security...Apidays Helsinki 2024 -  From Chaos to Calm- Navigating Emerging API Security...
Apidays Helsinki 2024 - From Chaos to Calm- Navigating Emerging API Security...
apidays
 
Apidays Helsinki 2024 - What is next now that your organization created a (si...
Apidays Helsinki 2024 - What is next now that your organization created a (si...Apidays Helsinki 2024 - What is next now that your organization created a (si...
Apidays Helsinki 2024 - What is next now that your organization created a (si...
apidays
 
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
apidays
 
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
apidays
 
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
apidays
 
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
apidays
 
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
apidays
 
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
apidays
 
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, OsaangoApidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
apidays
 
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
apidays
 
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, ZuploApidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
apidays
 
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
apidays
 
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss AdamsApidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
apidays
 
Apidays New York 2024 - Prototype-first - A modern API development workflow b...
Apidays New York 2024 - Prototype-first - A modern API development workflow b...Apidays New York 2024 - Prototype-first - A modern API development workflow b...
Apidays New York 2024 - Prototype-first - A modern API development workflow b...
apidays
 
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
apidays
 
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
apidays
 
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, DanoneApidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
apidays
 
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
apidays
 
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
apidays
 

More from apidays (20)

Apidays Helsinki 2024 - APIs ahoy, the case of Customer Booking APIs in Finn...
Apidays Helsinki 2024 -  APIs ahoy, the case of Customer Booking APIs in Finn...Apidays Helsinki 2024 -  APIs ahoy, the case of Customer Booking APIs in Finn...
Apidays Helsinki 2024 - APIs ahoy, the case of Customer Booking APIs in Finn...
 
Apidays Helsinki 2024 - From Chaos to Calm- Navigating Emerging API Security...
Apidays Helsinki 2024 -  From Chaos to Calm- Navigating Emerging API Security...Apidays Helsinki 2024 -  From Chaos to Calm- Navigating Emerging API Security...
Apidays Helsinki 2024 - From Chaos to Calm- Navigating Emerging API Security...
 
Apidays Helsinki 2024 - What is next now that your organization created a (si...
Apidays Helsinki 2024 - What is next now that your organization created a (si...Apidays Helsinki 2024 - What is next now that your organization created a (si...
Apidays Helsinki 2024 - What is next now that your organization created a (si...
 
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
Apidays Helsinki 2024 - There’s no AI without API, but what does this mean fo...
 
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
Apidays Helsinki 2024 - Sustainable IT and API Performance - How to Bring The...
 
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
Apidays Helsinki 2024 - Security Vulnerabilities in your APIs by Lukáš Ďurovs...
 
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
Apidays Helsinki 2024 - Data, API’s and Banks, with AI on top by Sergio Giral...
 
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
Apidays Helsinki 2024 - Data Ecosystems Driving the Green Transition by Olli ...
 
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
Apidays Helsinki 2024 - Bridging the Gap Between Backend and Frontend API Tes...
 
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, OsaangoApidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
Apidays Helsinki 2024 - API Compliance by Design by Marjukka Niinioja, Osaango
 
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
Apidays Helsinki 2024 - ABLOY goes API economy – Transformation story by Hann...
 
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, ZuploApidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
Apidays New York 2024 - The subtle art of API rate limiting by Josh Twist, Zuplo
 
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
Apidays New York 2024 - RESTful API Patterns and Practices by Mike Amundsen, ...
 
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss AdamsApidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
Apidays New York 2024 - Putting AI into API Security by Corey Ball, Moss Adams
 
Apidays New York 2024 - Prototype-first - A modern API development workflow b...
Apidays New York 2024 - Prototype-first - A modern API development workflow b...Apidays New York 2024 - Prototype-first - A modern API development workflow b...
Apidays New York 2024 - Prototype-first - A modern API development workflow b...
 
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
Apidays New York 2024 - Post-Quantum API Security by Francois Lascelles, Broa...
 
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
Apidays New York 2024 - Increase your productivity with no-code GraphQL mocki...
 
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, DanoneApidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
Apidays New York 2024 - Driving API & EDA Success by Marcelo Caponi, Danone
 
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
Apidays New York 2024 - Build a terrible API for people you hate by Jim Benne...
 
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
Apidays New York 2024 - API Secret Tokens Exposed by Tristan Kalos and Antoin...
 

Recently uploaded

Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
Cheryl Hung
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
DianaGray10
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
Bhaskar Mitra
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
Alan Dix
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Tobias Schneck
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
Paul Groth
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
Kari Kakkonen
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Inflectra
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
Jemma Hussein Allen
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
Laura Byrne
 

Recently uploaded (20)

Key Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdfKey Trends Shaping the Future of Infrastructure.pdf
Key Trends Shaping the Future of Infrastructure.pdf
 
Connector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a buttonConnector Corner: Automate dynamic content and events by pushing a button
Connector Corner: Automate dynamic content and events by pushing a button
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Search and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical FuturesSearch and Society: Reimagining Information Access for Radical Futures
Search and Society: Reimagining Information Access for Radical Futures
 
Epistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI supportEpistemic Interaction - tuning interfaces to provide information for AI support
Epistemic Interaction - tuning interfaces to provide information for AI support
 
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
Kubernetes & AI - Beauty and the Beast !?! @KCD Istanbul 2024
 
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMsTo Graph or Not to Graph Knowledge Graph Architectures and LLMs
To Graph or Not to Graph Knowledge Graph Architectures and LLMs
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 
DevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA ConnectDevOps and Testing slides at DASA Connect
DevOps and Testing slides at DASA Connect
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered QualitySoftware Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
Software Delivery At the Speed of AI: Inflectra Invests In AI-Powered Quality
 
The Future of Platform Engineering
The Future of Platform EngineeringThe Future of Platform Engineering
The Future of Platform Engineering
 
The Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and SalesThe Art of the Pitch: WordPress Relationships and Sales
The Art of the Pitch: WordPress Relationships and Sales
 

apidays LIVE New York 2021 - Simplify Open Policy Agent with Styra DAS by Tim Hinrichs, Styra

  • 1. Copyright ©2021 Styra, Inc. | All Rights Reserved Creators of Open Policy Agent Simplify Open Policy Agent with Styra DAS Tim Hinrichs CTO, co-founder Styra co-creator OPA @tlhinrichs
  • 2. Copyright ©2021 Styra, Inc. | All Rights Reserved Adoption of the Cloud-native Software Stack is Skyrocketing Linux Tekton Github Actions CICD Container Management Microservices / Apps Databases Public Cloud Servers Platform App CICD Pipeline 1 2 3 4 Gateway Frontend Backend DB App 2
  • 3. Copyright ©2021 Styra, Inc. | All Rights Reserved Authorization Happens Everywhere in the Cloud-native Stack Linux Tekton Github Actions CICD Container Management Microservices / Apps Databases Public Cloud Servers Platform App CICD Pipeline 1 2 3 4 Gateway Frontend Backend DB App 3 Can user Alice withdraw money from account 123? Can service 456 request invoices from service 789 on behalf of alice? Can user Alice query the finance database? Which rows and fields can service 456 request on behalf of alice? Does this application configuration meet company standards? Can the payments service be deployed to this cluster? Can pods in namespace payments run as privileged? Can this cluster send outbound requests to IP 13.6.0.1? Are S3 buckets in account 1234 allowed to be public? Can EBS volumes for the payments app be unencrypted? Who can SSH to production servers?
  • 4. Copyright ©2021 Styra, Inc. | All Rights Reserved Two Classes of Authorization: Application and Platform Linux Tekton Github Actions CICD Container Management Microservices / Apps Databases Public Cloud Servers Platform App CICD Pipeline 1 2 3 4 Gateway Frontend Backend DB App 4 Application Authorization Platform Authorization
  • 5. Copyright ©2021 Styra, Inc. | All Rights Reserved Open Policy Agent: Unified Authorization, Proven in Production Linux Tekton Github Actions Platform App CICD Pipeline 1 2 3 4 Gateway Frontend Backend DB App OPA OPA OPA OPA OPA OPA 5
  • 6. Copyright ©2021 Styra, Inc. | All Rights Reserved Styra DAS: Operationalize OPA for the Enterprise Linux Tekton Github Actions OPA OPA OPA OPA OPA OPA World’s first management plane for Open Policy Agent Vertically-integrated policy lifecycle management Enterprise-grade governance Declarative Authorization Service 6
  • 7. Copyright ©2021 Styra, Inc. | All Rights Reserved Open Policy Agent Community Open Policy Agent (OPA) Cloud-native policy engine Contributors: 30+ companies, 150+ devs Founded by Styra (2016) / Sandbox (2018) / Incubating (2019) / Graduated (2021) GitHub Stars 5000 Downloads 80M Slack Users 4000 Sessions at KubeCon US 2019 ● Yelp - How Yelp moved security from the app to the mesh ● Google - Enforcing service mesh structure using OPA ● Goldman Sachs - K8s policy enforcement using OPA at Goldman Sachs ● Snyk - Applying policy throughout the app lifecycle with OPA ● Reddit - Kubernetes at Reddit: Tales from Production ● Adobe - What Makes A Good Multi Tenant Kubernetes Solution ● Giant Swarm - Using OPA for complex CRD Validation and Defaulting OPA Summit at KubeCon US 2019 ● Capital One - Open Policy Agent for Policy-enabled Kubernetes and CICD ● Chef - Open Policy Agent in Practice: From Angular to OPA in Chef Automate ● Pinterest - Open Policy Agent at Scale: How Pinterest Manages Policy Distribution ● Tripadvisor - Building a Testing Framework for Integrating Open Policy Agent into Kubernetes ● Atlassian - Deploying Open Policy Agent at Atlassian Sessions at Virtual KubeCon EU 2020 ● AquaSecurity: Handling Container Vulnerabilities with Open Policy Agent ● ABN AMRO: How ABN AMRO Switched Cloud Providers Without Anyone Noticing ● Medudoc: Securing Your Healthcare Data with OPA Other events or public confirmation of using OPA: Bank of New York Mellon, AWS, Synemedia, Pure Storage, VMware, Netflix, Daimler, T-Mobile, Salesforce Vendor-neutral open-source Growing Community Active End-users
  • 8. Copyright ©2021 Styra, Inc. | All Rights Reserved OPA’s flexibility and DAS for Management Sidecar / Daemon Service OP A Server Library (Go or WASM) Service OP A Server Centralized Service CLI Server Service $ opa eval Service Server OP A OP A OP A Architectural Flexibility Team A’s policies Team B’s policies Common library Policy Composition Flexibility Management Flexibility Declarative Authorization Service
  • 9. Copyright ©2021 Styra, Inc. | All Rights Reserved DAS: Policy Management for Individual Users and Teams 9 Enterprise governance Policy changes: roll out new policies slowly and help teams prepare Multi-team dependencies: policies are stored in each team’s home repo but are deployed as a unit Author Rego Schemas Modularize Test Assemble Test Impact Deploy Policy Data Dependency Monitor Health Decisions OPA Integrate Configure Harden Policy lifecycle management Policy overrides: enforce global policies but empower teams to add their own Visibility: let security, compliance, operations know which policies are enforced in which systems at a glance so they can review & troubleshoot Audit: Prove to auditors that the policies you have are making the decisions they should. Sustainability: Ensure your OPA deployment adapts to new teams & software and outlives its creators’ tenure CICD team K8s team LOB Team Cloud team Security Compliance Declarative Authorization Service
  • 10. Copyright ©2021 Styra, Inc. | All Rights Reserved Native DAS Support for Leading OPA Use Cases DESIRED STATE k8s API Server Pod Network Policy Volumes OPA Protect k8s compute, network, storage, app configuration OPA Protect public cloud configuration Service A Service B OPA OPA Protect inbound and outbound microservice APIs Custom Service OPA Protect your custom resources and API calls
  • 11. Copyright ©2021 Styra, Inc. | All Rights Reserved Creators of Open Policy Agent Open Policy Agent openpolicyagent.org @openpolicyagent Styra styra.com @styrainc Tim Hinrichs CTO, co-founder Styra co-creator OPA @tlhinrichs
  • 12. Copyright ©2021 Styra, Inc. | All Rights Reserved Creators of Open Policy Agent Popular OPA/DAS Use Cases
  • 13. Copyright ©2021 Styra, Inc. | All Rights Reserved Native DAS Support for Leading OPA Use Cases DESIRED STATE k8s API Server Pod Network Policy Volumes OPA Protect k8s compute, network, storage, app configuration OPA Protect public cloud configuration Service A Service B OPA OPA Protect inbound and outbound microservice APIs Custom Service OPA Protect your custom resources and API calls
  • 14. Copyright ©2021 Styra, Inc. | All Rights Reserved Kubernetes Challenges OPERATIONS SECURITY COMPLIANCE CICD well implemented, policy defined, protected against mistakes Prove what has been blocked/allowed over time. Easy reporting, extremely detailed historical checks Wrong app accepting web traffic, improper egress, improper permissions…. Not including liveness probes on pods Failing to specify encrypted storage Duplicating paths/names so traffic goes to the wrong service Running containers as privileged Setting up network connections to non-approved IPs / Internet Runaway resource usage because no limits were specified Failing to include proper labels required for traffic control Running Images from Unauthorized Registries
  • 15. Copyright ©2021 Styra, Inc. | All Rights Reserved Styra DAS: Push-button Authorization Controls for K8s 15 DESIRED STATE API Server RUNTIME STATE DESIRED STATE API Server RUNTIME STATE ... Open Policy Agent ● makes decisions locally and logs centrally ● flexible policy language ● vendor-neutral open-source (CNCF) Declarative Authorization Service OPA OPA Styra DAS ● OPA control plane ● 100+ Pre-built policies ● PCI, MITRE, PSP, CIS packs ● install in under 5 minutes ● multi-cluster policy authoring ● impact analysis Support all k8s flavors
  • 16. Copyright ©2021 Styra, Inc. | All Rights Reserved Terraform Challenges OPERATIONS SECURITY COMPLIANCE CICD well implemented, policy defined, protected against mistakes Prove what has been blocked/allowed over time. Easy reporting, extremely detailed historical checks Wrong app accepting web traffic, improper egress, improper permissions…. Failing to specify encrypted storage Duplicating paths/names so traffic goes to the wrong service Setting up network connections to non-approved IPs / Internet Runaway resource usage because no limits were specified Failing to include proper labels for chargeback Running unauthorized VM images
  • 17. Copyright ©2021 Styra, Inc. | All Rights Reserved Styra DAS: Authorization Controls for Terraform 17 Open Policy Agent ● makes decisions locally and logs centrally ● provides flexible policy language ● vendor-neutral open-source (CNCF) Declarative Authorization Service OPA Styra DAS ● policy assembly from multiple sources of truth ● distribution of policy to OPA ● audit log of decisions ● dry-runs policy changes Desired State Planned Changes terraform plan terraform apply
  • 18. Copyright ©2021 Styra, Inc. | All Rights Reserved Microservice Authorization Challenges Can Alice see the list of outgoing payments? 18 Service A Service B Service C Can service A ask for Alice’s profile on behalf of Alice? Can service A ask for Hooli’s outgoing payments on behalf of Alice? On every API call, every microservice makes an authorization decision Authz Implementation Challenges ● Different languages across services. ● Centralized service is too slow for microservices ● New services/teams should snap into framework ● Security/compliance should be able to audit policies ● Journey from coarse-grained permissions to fine-grained and from gateway enforcement to microservice enforcement
  • 19. Copyright ©2021 Styra, Inc. | All Rights Reserved Styra DAS: Authorization Sidecar Plus Control Plane 19 Service A Service B Service C Open Policy Agent ● makes decisions locally and logs centrally ● flexible policy language ● vendor-neutral open-source (CNCF) Declarative Authorization Service OPA OPA OPA Styra DAS ● OPA control plane ● distributes policies ● monitors OPAs ● team-based policy authoring ● impact analysis
  • 20. Copyright ©2021 Styra, Inc. | All Rights Reserved Creators of Open Policy Agent FAQ
  • 21. Copyright ©2021 Styra, Inc. | All Rights Reserved What does Policy-as-code mean and what does OPA provide? 21 Communicate Policies written in file format that people AND a policy engine understand. ● Precise ● Dry-runnable ● Portable Enforce Policy engine integrated into software and uses policies to make authorization decisions ● Fast ● Comprehensive ● Correct Audit Policy engine records all decisions and can be analyzed like any data ● Always-on ● Comprehensive ● Deep Govern Policy files have a lifecycle (approval, test, build, deploy) for governance. ● Manual & Automated ● Granular Policy-as-Code Approach to Authorization 21 OPA Provides .rego Policy file + Policy engine OPA Policy tools +
  • 22. Copyright ©2021 Styra, Inc. | All Rights Reserved How does OPA work? Service OP A Policy (Rego) Data (JSON) Request Policy Decision Policy Query Input can be ANY JSON value Output can be ANY JSON value OPA makes decisions. Service enforces decisions. Linux 22
  • 23. Copyright ©2021 Styra, Inc. | All Rights Reserved What does an OPA policy for Kubernetes look like? package kubernetes.admission deny[msg] { input.request.kind.kind == "Pod" some i image := input.request.object.spec.containers[i].image not startswith(image, "hooli.com/") msg := sprintf("image comes from bad registry: %v", [image]) } apiVersion: admission.k8s.io/v1beta1 kind: AdmissionReview request: kind: group: '' kind: Pod version: v1 namespace: opa object: metadata: labels: app: nginx name: nginx namespace: opa spec: containers: - image: nginx imagePullPolicy: Always name: nginx operation: CREATE JSON/YAML from Kubernetes OPA Policy: All images come from a trusted registry OPA Playground
  • 24. Copyright ©2021 Styra, Inc. | All Rights Reserved What does an OPA policy for Envoy look like? package envoy.authz # everyone can GET / allow { input.attributes.request.http.method == "GET" input.parsed_path = ["/"] } # updates to /v1/admin/{id} dependent on source IP allow { input.attributes.request.http.method == "PUT" input.parsed_path = ["v1", "admin", id] user_is_admin src := input.attributes.source.address.Address.SocketAddress.address net.cidr_contains("172.28.0.0/16", src) } user_is_admin { ... } parsed_path: [“api”, “v1”, “products”] attributes: source: address: Address: SocketAddress: address: "172.17.0.10" PortSpecifier: PortValue: 36472 destination: address: Address: SocketAddress: address: "172.17.0.17" PortSpecifier: PortValue: 9080 request: http: id: 13359530607844510314 method: GET headers: ... path: "/api/v1/products" host: "192.168.99.100:31380" protocol: "HTTP/1.1" JSON/YAML from Envoy OPA Policy: Allow all GET and some PUT OPA Playground
  • 25. Copyright ©2021 Styra, Inc. | All Rights Reserved Creators of Open Policy Agent Thanks!

Editor's Notes

  1. What each of OPA/DAS does to implement authorization.