Skip to content

Let apps define list of sensitive config values instead of hardcoding in the server. #32804

Open
@fancycode

Description

@fancycode

How to use GitHub

  • Please use the 👍 reaction to show that you are interested into the same feature.
  • Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
  • Subscribe to receive notifications on status change and new comments.

Is your feature request related to a problem? Please describe.
Currenty a list of sensitive config values is hardcoded in

protected $sensitiveValues = [

Whenever an app defines a new sensitive config value, this list must be updated in the server and the value is visible until a potential PR is merged in the server and the server has been updated.

Describe the solution you'd like
It would be better if each app could define a list of config values that should be filtered.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions