Skip to content

Add guidance about filtering sensitive information from logs #5

@himal-mandalia

Description

@himal-mandalia

Guidance should be added to remove sensitive information from logs and tools which rely on logging, i.e. Sentry. Sensitive parameters can be handled via config/initializers/filter_parameter_logging.rb in Rails apps. E.g:

Rails.application.config.filter_parameters += [:email]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions