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

Commits on May 23, 2024

  1. Add API to create generic results

    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 committed May 23, 2024
    Configuration menu
    Copy the full SHA
    a63768f View commit details
    Browse the repository at this point in the history