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

[6.14.z] Do not store extraheader http auth in git config #16341

Merged

Conversation

Satellite-QE
Copy link
Collaborator

Cherrypick of PR: #16339

Problem Statement

Github checkout action stores an authentication token by default in .git/config.

[http "https://github.com/"]
        extraheader = AUTHORIZATION: basic sometoken==

That causes auth issues when using robottelo image from quay.io when the auth token expires.

Solution

Do not store the auth token in the git config.

@Satellite-QE Satellite-QE added 6.14.z Introduced in or relating directly to Satellite 6.14 Auto_Cherry_Picked Automatically cherrypicked PR using GHA No-CherryPick PR doesnt need CherryPick to previous branches labels Sep 12, 2024
@ogajduse ogajduse merged commit 9a79126 into 6.14.z Sep 12, 2024
13 checks passed
@ogajduse ogajduse deleted the cherry-pick-6.14.z-0aa034f90b6dd84b44fceef36bca38460144bfc2 branch September 12, 2024 20:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
6.14.z Introduced in or relating directly to Satellite 6.14 Auto_Cherry_Picked Automatically cherrypicked PR using GHA No-CherryPick PR doesnt need CherryPick to previous branches
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants