alex-oleshkevich / starception

Beautiful exception page for Starlette apps.
MIT License
96 stars 6 forks source link

secrets in url / db uri #9

Closed euri10 closed 1 year ago

euri10 commented 1 year ago

what do you think of having url / uri keywords added to masked_secrets as they often contains passwords for redis, postgresql etc or maybe have an option to not display some added keywords

alex-oleshkevich commented 1 year ago

I will replace password component of URLs with stars. Custom keyword is a good idea too, for later ;)

alex-oleshkevich commented 1 year ago

let me know if it works for you

euri10 commented 1 year ago

let me know if it works for you

yep, thats cool now in env var

redis://:********@backend_redis:6379