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

Does REST generator support multiple end point and responses? #784

Closed
sumukh5 opened this issue Jul 9, 2024 · 3 comments
Closed

Does REST generator support multiple end point and responses? #784

sumukh5 opened this issue Jul 9, 2024 · 3 comments

Comments

@sumukh5
Copy link

sumukh5 commented Jul 9, 2024

Currently, we can use 1 rest API either GET/POST and provide injection point and analyze the API response, but what if we have a flow of multiple APIs like 1st API takes post request and injection point is in this request and followed by 3 more API requests and responses and the 4th API will have the output for Garak to analyze, in this case how to define these APIs in .json file?

@leondz
Copy link
Owner

leondz commented Jul 9, 2024

Sorry, garak only supports stateless idempotent REST interactions through the REST generator

@sumukh5
Copy link
Author

sumukh5 commented Jul 10, 2024

will it be supported in the future?

@leondz
Copy link
Owner

leondz commented Jul 18, 2024

This isn't on the road map for now

@leondz leondz closed this as completed Jul 18, 2024
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

No branches or pull requests

2 participants