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

[mce-2.6] Fix AWS STS for RHEL8/9 transition #2324

Open
wants to merge 1 commit into
base: mce-2.6
Choose a base branch
from

Commits on Jun 21, 2024

  1. Fix AWS STS for RHEL8/9 transition

    In openshift#2260 we changed how we're invoking the openshift-install binary.
    
    Before: Copy openshift-install into the hive container and run it via
    `/usr/bin/hiveutil install-manager`
    
    After: Copy hiveutil into the installer container and run installer via
    `/output/hiveutil.rhel$VER install-manager`
    
    What we missed was that, for STS flows, we inject an AWS credentials
    file containing a `credential_process` that invoked `/usr/bin/hiveutil
    install-manager aws-credentials` -- but `hiveutil` no longer lives
    there.
    
    Fix.
    
    HIVE-2400
    2uasimojo authored and openshift-cherrypick-robot committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    d597217 View commit details
    Browse the repository at this point in the history