Skip to content

Always generate webhook secrets by default #5207

@rolodato

Description

@rolodato

Is your feature request related to a problem? Please describe.

When creating a webhook, the "Secret" field is optional and blank by default:

Image

In most cases, this will be fine. However, a more secure default would be to generate a random secret directly from the browser. There's really no reason to ever use unsigned webhooks - if users don't care about the signature, they can choose to not verify it.

Describe the solution you'd like.

Generate random webhook secrets directly when configuring them. Add an option to regenerate a secret if it needs to be changed.

Potentially, do not allow blank webhook secrets entirely.

Describe alternatives you've considered

🤷

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    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