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

API key auth is not supported #5

Open
vicero opened this issue Aug 16, 2022 · 0 comments · May be fixed by #6
Open

API key auth is not supported #5

vicero opened this issue Aug 16, 2022 · 0 comments · May be fixed by #6

Comments

@vicero
Copy link

vicero commented Aug 16, 2022

A collection with API key auth set (on a collection or endpoint) will fail to parse with an error message of

data did not match any variant of untagged enum PostmanCollection.

An example of API key auth looks like

"auth": {
            "type": "apikey",
            "apikey": [
                {
                    "key": "value",
                    "value": "bar",
                    "type": "string"
                },
                {
                    "key": "key",
                    "value": "foo",
                    "type": "string"
                }
            ]
        },

Currently AuthType does not contain an entry for apikey, nor Auth

Example request

@vicero vicero linked a pull request Aug 17, 2022 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant