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

feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents #11629

Open
wants to merge 13 commits into
base: master
Choose a base branch
from

Conversation

wistefan
Copy link

@wistefan wistefan commented Oct 8, 2024

Description

In order to make decisions based on the request body, the OPA-Plugin will also forward the body when configured to do so.

Fixes #11387

Checklist

  • I have explained the need for this PR and the problem it solves
  • I have explained the changes or the new features added to this PR
  • I have added tests corresponding to this change
  • I have updated the documentation to reflect this change
  • I have verified that this change is backward compatible (If not, please discuss on the APISIX mailing list first)

@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. doc Documentation things enhancement New feature or request labels Oct 8, 2024
@wistefan
Copy link
Author

wistefan commented Nov 6, 2024

Is there anything I can do to get this PR forward?

Copy link

github-actions bot commented Jan 6, 2025

This pull request has been marked as stale due to 60 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If you think that's incorrect or this pull request should instead be reviewed, please simply write any comment. Even if closed, you can still revive the PR at any time or discuss it on the [email protected] list. Thank you for your contributions.

@github-actions github-actions bot added the stale label Jan 6, 2025
apisix/plugins/opa/helper.lua Outdated Show resolved Hide resolved
apisix/plugins/opa/helper.lua Outdated Show resolved Hide resolved
@moonming
Copy link
Member

moonming commented Jan 7, 2025

@wistefan Please synchronize the master code to trigger all CI

@wistefan
Copy link
Author

wistefan commented Jan 7, 2025

@wistefan Please synchronize the master code to trigger all CI

@moonming Thank you for the review, I updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
doc Documentation things enhancement New feature or request size:L This PR changes 100-499 lines, ignoring generated files. stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: As a user, I want to include the request body in the opa-input, so that I can reason about its contents
2 participants