Coder Social home page Coder Social logo

igorzhivilo.com's Introduction

Hi there ๐Ÿ‘‹ My name is Igor.

DevOps tech lead at Cynerio.

Enjoy to build infrastructire and also to break.

Passionate about k8s, cloud & cyber security

My Blog: https://igorzhivilo.com

My Youtube channel: https://www.youtube.com/@igorzhivilo

  • ๐Ÿ”ญ Iโ€™m currently learning some modules for CDSA (HTB Certified Defensive Security Analyst)
  • ๐Ÿ”ญ Hands on k8s and AWS security tools: Falco | LinkerD | AWS Guard duty | playing with different container escape techniques.
  • ๐Ÿ“ซ How to reach me: Twitter: @warolv, email: [email protected], LinkedIn: https://www.linkedin.com/in/igorzhivilo/

igorzhivilo.com's People

Contributors

warolv avatar

Watchers

 avatar  avatar

Forkers

imsandeepreddy

igorzhivilo.com's Issues

Subject conditions in Github roles

Hi there ๐Ÿ‘‹๐Ÿป

I came across some of your posts, including this one: https://igorzhivilo.com/github-actions/github-actions-openid-aws/

I wanted to mention that it's very important to add a "subject" claim for token.actions.githubusercontent.com:sub. Otherwise, anyone could create a Github repository and use your role if they know the role's ARN.

You can add a subject condition like this:

            "Condition": {
                "StringEquals": {
                    "token.actions.githubusercontent.com:aud": [
                        "sts.amazonaws.com"
                    ],
                   "token.actions.githubusercontent.com:sub": "repo:your-org/your-repo:*"
                }
            }

See this article for a longer explanation: https://medium.com/tinder/identifying-vulnerabilities-in-github-actions-aws-oidc-configurations-8067c400d5b8

Happy coding! ๐Ÿฅณ

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.