EKS Cluster Games CTF

Time for a weekend CTF! Came across this while going through one of my newsletter subscriptions. Challenge 1 This is a simple introduction to security vulns within kubernetes RBAC permissions. Here are the permissions we are given for this challenge. { "secrets": [ "get", "list" ] } Its a well documented point that even providing the list permission grants access to the secret contents. Check this blog post for more info....