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

contrib: aws-vault proxy listen on 169.254.170.2 #1244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on May 15, 2024

  1. contrib: aws-vault proxy must listen on 169.254.170.2

    Since this endpoint exposes AWS credentials directly to any callers, it
    is of utmost importance that it not be called by unauthorized 3rd
    parties. By listening only on 169.254.170.2, we ensure that it's only
    possible for callers that have access to that IP address to retrieve
    credentials. This avoids the potential mistake of e.g. hosting this with
    host networking and allowing it publicly on all available interfaces.
    micvbang committed May 15, 2024
    Configuration menu
    Copy the full SHA
    39d597c View commit details
    Browse the repository at this point in the history