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

impl(oauth2): building blocks for AWS external accounts #10439

Merged

Commits on Dec 15, 2022

  1. impl(oauth2): building blocks for AWS external accounts

    As with the other external accounts, we need to build a subject token
    for AWS external accounts. Building this subject token requires
    obtaining a number of pieces of information. These can be found on
    environment variables or via the VM's metadata service. The functions
    to get them are complex enough that they deserve their own tests.
    coryan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    be6036b View commit details
    Browse the repository at this point in the history
  2. Address review comments

    coryan committed Dec 15, 2022
    Configuration menu
    Copy the full SHA
    dae9615 View commit details
    Browse the repository at this point in the history