generated from hmcts/spring-boot-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PUB-2300 Add security to Swagger API (#416)
* Add security to Swagger API * Removed unused import * Revert "PUB-2279 - Fixed code smells (#401)" This reverts commit 97eadab. * Revert "Revert "PUB-2279 - Fixed code smells (#401)"" This reverts commit a67ffb2. * Revert accidental commit * Revert accidental commit * Revert spelling change * Update suppressions * Removed suppression * Update APIM api-swagger to have security on the health endpoint * Use bearerAuth --------- Co-authored-by: ChrisS1512 <[email protected]>
- Loading branch information
1 parent
80850f5
commit a39fa23
Showing
4 changed files
with
55 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 5 additions & 0 deletions
5
src/main/java/uk/gov/hmcts/reform/pip/publication/services/config/OpenApiConfiguration.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters