Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add 'Sharing is NOT Caring video presentation to website' #1388

Merged
merged 2 commits into from
Jan 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 16 additions & 3 deletions site/content/resources/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,14 +50,26 @@ <h2>Resources about Pinniped, such as videos, podcasts, and community articles</
</div>
</div>

<div class="col">
<div class="embed-responsive">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/xfTCGWL5n7s"></iframe>
</div>
<div class="content">
<p><a href="https://www.youtube.com/watch?v=xfTCGWL5n7s&feature=emb_logo">Sharing is NOT Caring:
Stop Sharing Your Kubernetes Cluster Credentials - Leigh Capili & Nigel Brown - July 30, 2022
</a></p>
</div>
</div>

<div class="col">
<div class="embed-responsive">
<iframe class="embed-responsive-item" src="https://www.youtube.com/embed/OCkTnElNE9M"></iframe>
</div>
<div class="content">
<p><a href="https://www.youtube.com/watch?v=OCkTnElNE9M&feature=emb_logo">KubeCon + CloudNativeCon North
America 2021: Everything Wrong with K8s Authentication and How We Worked Around It with Mo Khan &
Margo Crawford</a></p>
America 2021: Everything Wrong with K8s Authentication and How We Worked Around It
- Mo Khan & Margo Crawford - October 15, 2021
</a></p>
</div>
</div>

Expand All @@ -67,7 +79,8 @@ <h2>Resources about Pinniped, such as videos, podcasts, and community articles</
</div>
<div class="content">
<p><a href="https://www.youtube.com/watch?v=2fI_XOGEoIU&feature=emb_logo">Pinniped: A Unified Framework
for User Authentication to Kubernetes Cluster with Mo Khan & Anjali Telang</a></p>
for User Authentication to Kubernetes Cluster - Mo Khan & Anjali Telang - October 12, 2021
</a></p>
</div>
</div>

Expand Down