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

DAOSGCP-102 Changed packer scripts to use IAP with private IP #36

Merged
merged 2 commits into from
May 5, 2022
Merged

DAOSGCP-102 Changed packer scripts to use IAP with private IP #36

merged 2 commits into from
May 5, 2022

Commits on May 4, 2022

  1. DAOSGCP-102 Changed packer scripts to use IAP with private IP

    The images/build_images.sh script was setting up a firewall rule
    to allow port 22 to 0.0.0.0/0.  Packer was then using SSH to
    configure the image. Removed the firewall rule and changed packer
    to only use an internal IP and then use IAP tunnelling to
    log into the instance via SSH.
    
    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    Mark A. Olson committed May 4, 2022
    Configuration menu
    Copy the full SHA
    333f9a5 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Change env var for tunnelResourceAccessor check

    Signed-off-by: Mark A. Olson <mark.a.olson@intel.com>
    markaolson authored and Mark A. Olson committed May 5, 2022
    Configuration menu
    Copy the full SHA
    290f669 View commit details
    Browse the repository at this point in the history