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

Add support for custom consumer credential plugins #41

Merged
merged 1 commit into from
Jul 20, 2016
Merged

Add support for custom consumer credential plugins #41

merged 1 commit into from
Jul 20, 2016

Conversation

ozgio
Copy link
Contributor

@ozgio ozgio commented Jul 15, 2016

I am not a native english speaker. Parameter names and additons to
documentation may need changes.

Add custom plugin schema using --credential-schema : option.

kongfig apply --path config.yml --host localhost:8001 --credential-schema custom_jwt:key

You may also define it in config file:

credentialSchema:
  custom_jwt:
    id: "key" # credential id name 

Unfortunately currently this config option can not be created by dump command.

Add a property to config file for apply command and an option to cli
for both apply and dump commands to extend consumerCredentialSchema.
@CyExy
Copy link
Contributor

CyExy commented Jul 20, 2016

Thanks for the PR, great stuff!

Sorry for taking so long to get back to you, the PR got lost in my mailbox.

@CyExy CyExy merged commit 31d23f9 into mybuilder:master Jul 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants