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 imdsclient library for querying IMDS #1372

Merged
merged 4 commits into from
May 21, 2021

Commits on May 21, 2021

  1. Add imdsclient library for querying IMDS

    This adds an imdsclient library for tools and setting generators to
    leverage for fetching user-data, meta-data, and dynamic data from the
    AWS Instance Metadata Service.
    jpculp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    f9e755c View commit details
    Browse the repository at this point in the history
  2. shibaken: update to use imdsclient library

    This removes the stand-alone IMDS logic in favor of the shared
    imdsclient library.
    
    Log messages were also tweaked for more clarity.
    jpculp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    dfb7024 View commit details
    Browse the repository at this point in the history
  3. pluto: update to use imdsclient library

    This removes the stand-alone IMDS logic in favor of the shared
    imdsclient library.
    jpculp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    b0282c9 View commit details
    Browse the repository at this point in the history
  4. early-boot-config: update to use imdsclient library

    This removes the stand-alone IMDS logic in favor of the shared
    imdsclient library.
    jpculp committed May 21, 2021
    Configuration menu
    Copy the full SHA
    2770773 View commit details
    Browse the repository at this point in the history