pulp / pulp-openapi-generator

GNU General Public License v2.0
4 stars 24 forks source link

Authenticate for pulp status call and use explicit GET #90

Closed dosas closed 9 months ago

dosas commented 9 months ago

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 https://github.com/pulp/pulp-openapi-generator/commit/5c8eddcae77bdc825738600e70e8be2405140cf8

export VERSION=$(failing command)

vs.

VERSION=$(failing command)
export VERSION
dkliban commented 9 months ago

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

dosas commented 9 months ago

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

dkliban commented 9 months ago

@dosas can we close this PR?

dosas commented 9 months ago

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