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(key-auth) add config.key_in_header and config.key_in_query #6590

Merged
merged 1 commit into from Nov 20, 2020

Conversation

bungle
Copy link
Member

@bungle bungle commented Nov 19, 2020

Summary

Adds new two new plugin config fields to key-auth plugin:

  1. config.key_in_header=<true|false> (default true)
  2. config.key_in_query=<true|false> (default true)

To complement already existing config field:
config.key_in_body=<true|false> (default false)

@bungle bungle force-pushed the feat/key-auth-key-in-x branch 2 times, most recently from 154cb99 to 51f6da1 Compare November 19, 2020 20:16
### Summary

Adds new two new plugin config fields to `key-auth` plugin:

1. `config.key_in_header=<true|false>` (default `true`)
2. `config.key_in_query=<true|false>` (default `true`)

To complement already existing config field:
`config.key_in_body=<true|false> (default `false`)
@bungle bungle merged commit f051772 into next Nov 20, 2020
@bungle bungle deleted the feat/key-auth-key-in-x branch November 20, 2020 15:24
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 this pull request may close these issues.

None yet

2 participants