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

pipelines-control-service: publish Swagger UI to /data-jobs path #714

Merged
merged 3 commits into from
Feb 17, 2022

Conversation

ivakoleva
Copy link
Contributor

The Swagger UI is currently available at root / by default. Since the
API is prefixed by /data-jobs, we would like for the Swagger to also be
available under same path, in a consistent fashion. This unblocks
services composition by dedicated path for accessing all features.

Did add Swagger configuration for additional controllers forward and
resource handler. Updated an integration test to verify the paths.
Updated also SecurityConfiguration swagger paths.

Testing Done: did run unit tests, and also verified all
browser-requested resources are loaded and accessible under /data-jobs
locally

Signed-off-by: ikoleva ikoleva@vmware.com

The Swagger UI is currently available at root / by default. Since the
API is prefixed by /data-jobs, we would like for the Swagger to also be
available under same path, in a consistent fashion. This unblocks
services composition by dedicated path for accessing all features.

Did add Swagger configuration for additional controllers forward and
resource handler. Updated an integration test to verify the paths.
Updated also SecurityConfiguration swagger paths.

Testing Done: did run unit tests, and also verified all
browser-requested resources are loaded and accessible under /data-jobs
locally

Signed-off-by: ikoleva <ikoleva@vmware.com>
The Swagger UI is currently available at root / by default. Since the
API is prefixed by /data-jobs, we would like for the Swagger to also be
available under same path, in a consistent fashion. This unblocks
services composition by dedicated path for accessing all features.

Did add Swagger configuration for additional controllers forward and
resource handler. Updated an integration test to verify the paths.
Updated also SecurityConfiguration swagger paths.

Testing Done: did run unit tests, and also verified all
browser-requested resources are loaded and accessible under /data-jobs
locally

Signed-off-by: ikoleva <ikoleva@vmware.com>
@ivakoleva ivakoleva merged commit 3f4c900 into main Feb 17, 2022
@ivakoleva ivakoleva deleted the person/ikoleva/swagger-path-forward branch February 17, 2022 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants