kytos-ng / kytos

Kytos SDN Platform. Kytos is designed to be easy to install, use, develop and share Network Apps (NApps).
https://kytos-ng.github.io/
MIT License
2 stars 7 forks source link

fix: Unexposed `jwt_secret` on `GET /api/kytos/core/config/` endpoint #378

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

Closes #370

This PR is on top of #375

Summary

See updated changelog file

Local Tests

Request body diff before and after:

❯ diff respb.md respa.md
3c3
< content-length: 1019
---
> content-length: 971
5c5
< date: Mon, 24 Apr 2023 19:36:38 GMT
---
> date: Mon, 24 Apr 2023 19:49:06 GMT
21d20
<     "jwt_secret": "8ece86b575c347e69bb8823936be9512",

End-to-End Tests

N/A