Skip to content

Commit

Permalink
[improve][misc] Add security section to PIP issue template (apache#19803
Browse files Browse the repository at this point in the history
)
  • Loading branch information
michaeljmarshall authored Mar 14, 2023
1 parent 710cea6 commit 4f6b5fe
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,15 @@ body:
This should also serve as documentation for any person that is trying to understand or debug the behavior of a certain feature.
validations:
required: true
- type: textarea
attributes:
label: Security Considerations
description: |
A detailed description of the security details that ought to be considered for the PIP. This is most relevant for any new HTTP endpoints, new Pulsar Protocol Commands, and new security features. The goal is to describe details like which role will have permission to perform an action.
If there is uncertainty for this section, please submit the PIP and request for feedback on the mailing list.
validations:
required: true
- type: textarea
attributes:
label: Alternatives
Expand Down

0 comments on commit 4f6b5fe

Please sign in to comment.