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

remove swagger servers list #437

Merged
merged 1 commit into from
Mar 25, 2024
Merged

Conversation

bogdan-rosianu
Copy link
Contributor

@bogdan-rosianu bogdan-rosianu commented Mar 21, 2024

Previously, the servers list was hardcoded into the open api specs and users had to select the correct server when using the Swagger UI. Furthermore, without file change, a local copy of the proxy could have not been tested. Removed the servers list so Swagger will make all calls to the current host.

Testing procedure:

  • ./proxy --start-swagger-ui
  • navigate to localhost:8080 (or any other host the proxy is deployed to) and all the queries should trigger that proxy instance. also, the server list should not be visible anymore

@bogdan-rosianu bogdan-rosianu added the enhancement New feature or request label Mar 21, 2024
@bogdan-rosianu bogdan-rosianu self-assigned this Mar 21, 2024
@gabi-vuls gabi-vuls merged commit 55707c1 into rc/v1.7.0 Mar 25, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants