-
Notifications
You must be signed in to change notification settings - Fork 58
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
Cannot get overwrites.*.overwriteRequestSecurity to work #558
Comments
Edit: I note that there is also this open portman issue #483 which links to this open postman issue postmanlabs/openapi-to-postman#465. If I understand this issue correctly, it relates to importing the modified collection into postman. Manually updating the auth key in question the collection is correctly imported into Postman. |
hi @tomchkk Thanks for all the config files. We will use to try to reproduce the issue. We will try to find some time to reproduce it first and after that see how we can solve it. |
hi @tomchkk I did a try but I was unable to generate a proper Postman config that was accepted by Postman. |
Hey @thim81 - thanks for taking a look at this. I created the attached collection in Postman, exported it and was able to import it independently into Postman without issue. However, I haven't found a way to make this same collection using Portman. |
That is again very useful, I'll try to make some time in the near future to further investigate. |
hi @tomchkk |
I'm attempting to overwrite oauth2 security config at both the global and request level. I can get the config to overwrite at global level, but it just doesn't seem to work at request level. I've sanity checked my base spec and am confident that it is set-up correctly, defining an available security element in the request in question. However, no matter what I do, I cannot get the values to overwrite in the output collection.
I'm including my oas, the portman config and the resulting postman collection files.
Using portman version 1.26.2
Appreciate any pointers.
collection.postman.json
portman-config.json
The text was updated successfully, but these errors were encountered: