-
Notifications
You must be signed in to change notification settings - Fork 45
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
Authorization status endpoint #4357
Labels
Comments
nickmango
added a commit
to nickmango/easycla
that referenced
this issue
Jun 13, 2024
- Added endpoint /cla/authorization that returns whether a given lfid user is authorized Signed-off-by: Harold Wanyama <[email protected]>
nickmango
added a commit
that referenced
this issue
Jun 13, 2024
[#4357]Feature/LFID authorized status
@thakurveerendras you can test and verify the new endpoint https://api-gw.dev.platform.linuxfoundation.org/cla-service/v4/api-docs#tag/signatures/operation/isAuthorized which checks if a gerrit user(lfid) has been able to sign a given cla-group-id . Returning a boolean status update as detailed in the doc |
nickmango
added a commit
to nickmango/easycla
that referenced
this issue
Jun 18, 2024
- Handled exception case for users that dont exist - Updated response with ccla,icla,ccla_requires_icla fields Signed-off-by: Harold Wanyama <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Summary
In moving away from LDAP , theres need to adjust the current Gerrit flow and fetch the CLA status of a given LFID user
User Story
Acceptance Criteria
GET v4/cla/authorization
lfId, claGroupID
authorized,lfid,claGroupId,claType,companyId(optional)
The text was updated successfully, but these errors were encountered: