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

EVA-3499 Add Swagger configuration and documentation along with admin endpoint #9

Merged
merged 4 commits into from
Feb 23, 2024

Conversation

nitin-ebi
Copy link
Collaborator

We are using a newer version of Springboot in eva submission ws which is no longer compatible with old Swagger springfox implementation.
I have added Swagger using open-api (this also requires much less configuration to get Swagger working)

Also separated the controllers into public and admin along with authentication for admin-endpoint (it was a pending TODO)

@nitin-ebi nitin-ebi self-assigned this Feb 16, 2024
private SwaggerInterceptAdapter interceptAdapter;

@Bean
public OpenAPI seqColOpenAPI() {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should update this name...

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

corrected

@nitin-ebi nitin-ebi merged commit 78963fd into EBIvariation:main Feb 23, 2024
1 check passed
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.

3 participants