AbsaOSS / login-service

AbsaOSS Common Login gateway using JWT Public key signatures
Apache License 2.0
2 stars 0 forks source link

Rest Methods returning errors on Swagger #59

Closed TheLydonKing closed 10 months ago

TheLydonKing commented 10 months ago

Describe the bug

The Rest Methods seem to be working incorrectly when used through the Swagger page on both the DEV and UAT deployments:

Possible Reason:

We can see that the URL used in the Swagger and it's methods is HTTP instead of HTTPS. This may be the cause of the error and should be the starting point in investigation and rectification.

kevinwallimann commented 10 months ago

Probably same issue as in https://github.com/absa-group/ingestionaas-application/issues/128 See how it was solved there