You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using by_star on a project.
I don't really know if my issue is related to this specific gem but i have some keys configured in my Rails.application.config.filter_parameters.
It works perfectly before adding by_star gem to my Gemfile but then, it seems that my filter_parameters keys are not used anymore so sensitive data could appear on logs when I inspect a record (eg: User with some password etc.)
On Mon, Apr 8, 2024, at 6:16 PM, Hugo GUILLOUET wrote:
Hi,
I am using by_star on a project.
I don't really know if my issue is related to this specific gem but i have some keys configured in my Rails.application.config.filter_parameters.
It works perfectly before adding by_star gem to my Gemfile but then, it seems that my filter_parameters keys are not used anymore so sensitive data could appear on logs when I inspect a record (eg: User with some password etc.)
I have tested on 2 projects, same issue on both.
Maybe it could be related to this issue : rails/rails#48704 <rails/rails#48704>
Thanks guys for your work.
—
Reply to this email directly, view it on GitHub <#97>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AAAAU77HMQJ53WHDTCVK5YDY4JG5VAVCNFSM6AAAAABF4GY3QWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGIZTANJVG4ZDOOA>.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
Hi,
I am using by_star on a project.
I don't really know if my issue is related to this specific gem but i have some keys configured in my Rails.application.config.filter_parameters.
It works perfectly before adding by_star gem to my Gemfile but then, it seems that my filter_parameters keys are not used anymore so sensitive data could appear on logs when I inspect a record (eg: User with some password etc.)
I have tested on 2 projects, same issue on both.
Maybe it could be related to this issue : rails/rails#48704
Thanks guys for your work.
The text was updated successfully, but these errors were encountered: