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

[feature]: Choose default authorization type in a collection #4018

Closed
1 task done
julien4215 opened this issue Apr 29, 2024 · 2 comments
Closed
1 task done

[feature]: Choose default authorization type in a collection #4018

julien4215 opened this issue Apr 29, 2024 · 2 comments
Labels
feature New feature or request

Comments

@julien4215
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Summary

By default, in a collection all requests have the authorization type set to None. It would be nice if there was an option to set the authorization type to inherit instead.

Why should this be worked on?

This is especially useful when importing a collection from OpenAPI.

@julien4215 julien4215 added the feature New feature or request label Apr 29, 2024
@nivedin nivedin closed this as completed May 29, 2024
@julien4215
Copy link
Author

julien4215 commented May 30, 2024

Why was this issue closed ?

Is it because I didn't explain clearly the issue or because you are not interested in adding this feature ?

In case this was misunderstood, I know that the inherit option already exists but what I am asking in this issue is a way to automatically set all endpoints to the inherit option so that you don't have to do it by hand for each endpoint.

@nivedin
Copy link
Member

nivedin commented May 30, 2024

Now a new request saved will have "inherit" as the default authorization and not "none" which have been implemented in the previous release so closed the issue. Overriding a already saved auth type to inherit is not a good flow. If this does not solve your issue please free to open another issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants