-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add auth using webhook #127
Add auth using webhook #127
Conversation
520f6ff
to
8a8d1ef
Compare
/test unit |
/retest |
8a8d1ef
to
ce4e5ac
Compare
/retest |
ce4e5ac
to
ff0c52a
Compare
ff0c52a
to
4bd2c19
Compare
4bd2c19
to
818f07a
Compare
818f07a
to
29ce138
Compare
This patch adds a webhook controller which handles following validations - Checks if approval is required by the approver - Checks if username is mentioned in the approval task - Checks if user is updating the input for his name only Signed-off-by: PuneetPunamiya <ppunamiy@redhat.com>
29ce138
to
5f9bfae
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jkandasa, PuneetPunamiya The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
405fcbc
into
openshift-pipelines:main
Adds auth using webhook :)
This patch adds a webhook controller which handles following validations
Signed-off-by: PuneetPunamiya ppunamiy@redhat.com