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

Authenticate for pulp status call and use explicit GET #90

Closed
wants to merge 1 commit into from

Conversation

dosas
Copy link
Contributor

@dosas dosas commented Dec 6, 2023

when running the generate.sh script with oci-env the calls to ${PULP_URL}status/ did not work anymore for me.

Probably this error was previously masked by 5c8eddc

export VERSION=$(failing command)

vs.

VERSION=$(failing command)
export VERSION

@dkliban
Copy link
Member

dkliban commented Dec 6, 2023

The status API does not require authentication. I am not sure why this is needed.

@dosas
Copy link
Contributor Author

dosas commented Dec 7, 2023

Okay in that case I have to investigate why this is needed for my local setup

@dkliban
Copy link
Member

dkliban commented Dec 12, 2023

@dosas can we close this PR?

@dosas dosas closed this Dec 13, 2023
@dosas
Copy link
Contributor Author

dosas commented Dec 14, 2023

Might also be an issue with httpie? When I use curl instead everything works fine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants