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

Fallback to old swagger.json endpoint #364

Merged
merged 1 commit into from
Nov 27, 2018

Conversation

ajpauwels
Copy link
Contributor

@ajpauwels ajpauwels commented Nov 22, 2018

Previously, only a 404 on /openapi/v2 would cause a fallback
to the /swagger.json endpoint. Now, ALL error codes from /openapi/v2
cause a fallback to swagger.json

fixes #363

Previously, only a 404 on /openapi/v2 would cause a fallback
to the /swagger.json endpoint. Now, ALL error codes from /openapi/v2
cause a fallback to swagger.json
Copy link

@ymedlop ymedlop left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works for me!

Thanks you.

@silasbw silasbw merged commit 42f3e5d into godaddy:master Nov 27, 2018
@silasbw
Copy link
Contributor

silasbw commented Nov 27, 2018

Published with kubernetes-client@6.4.1 -- thanks @ajpauwels

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.

{url}/openapi/v2 receive a 403 error
3 participants