tmobile / sawtooth-next-directory

Home for NEXT Directory - Powered by Hyperledger Sawtooth. Chat with the team at https://chat.hyperledger.org/channel/sawtooth-next-directory/
Apache License 2.0
11 stars 7 forks source link

Obfuscate 5 xx errors #671

Closed jbobo closed 5 years ago

jbobo commented 5 years ago

[ Issue: #632 ]

jbobo commented 5 years ago

This is the back-end work to obfuscate internal errors through generic 5XX HTTP responses. Phil will handle how the front end handles these responses to complete #632 .

mtn217 commented 5 years ago

There are a couple of ApiInternalErrors in the rbac/server/roles.py file that needs to change their description. Besides that file, everything else looks good.

Update: This has been resolved.