Skip to content
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 API to create generic results #170

Merged
merged 1 commit into from
May 29, 2024

Conversation

hluk
Copy link
Member

@hluk hluk commented May 23, 2024

The new /api/v3/results endpoint accepts the same data as POST
/api/v2.0/results but supports OIDC authentication and permission
control.

Other users/groups won't be able to POST results to this endpoint unless
they have a permission mapping with testcase pattern matching
"ANY-DATA:<testcase_name>" (instead of just "<testcase_name>" as in the
other v3 endpoints).

JIRA: RHELWF-11168

@hluk hluk requested a review from mvalik May 23, 2024 10:22
@hluk hluk force-pushed the api-for-generic-results branch from 4b30677 to defa816 Compare May 23, 2024 13:13
The new /api/v3/results endpoint accepts the same data as POST
/api/v2.0/results but supports OIDC authentication and permission
control.

Other users/groups won't be able to POST results to this endpoint unless
they have a permission mapping with testcase pattern matching
"ANY-DATA:<testcase_name>" (instead of just "<testcase_name>" as in the
other v3 endpoints).

JIRA: RHELWF-11168
@hluk hluk force-pushed the api-for-generic-results branch from defa816 to a63768f Compare May 23, 2024 13:21
@hluk hluk requested a review from mvalik May 27, 2024 11:23
@hluk hluk merged commit 62a8b3f into release-engineering:develop May 29, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants