youtube image
From YouTube: Lightning Talk: Security Considerations with Fulcio and OIDC JWTs - Zach Steindler, GitHub

Description

Don’t miss out! Join us at our upcoming event: KubeCon + CloudNativeCon Europe 2023 in Amsterdam, The Netherlands from April 17-21. Learn more at https://kubecon.io​. The conference features presentations from developers and end users of Kubernetes, Prometheus, Envoy, and all of the other CNCF-hosted projects.

Lightning Talk: Security Considerations with Fulcio and OIDC JWTs - Zach Steindler, GitHub

Fulcio relies on OIDC JWTs to authenticate requests, as well as providing information about the build environment if the OIDC provider supports it. This is great, as it allows trust between systems without having to manage long-lived API keys, but there's security considerations to be aware of as you use these JWTs. Specifically, we'll go over what data is sent when interacting with Fulcio and Rekor, why it's good to customize the audience when you request a JWT from your OIDC provider, how to approach validating fields, and things to look out for if you find yourself writing code to validate JWTs.