-
Notifications
You must be signed in to change notification settings - Fork 49
feat: header authentication service configuration #438
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
Conversation
8aa35f8 to
e38fd91
Compare
|
I am not sure of what I did wrong to make some tests crying. May you give me a hint @dbu? |
|
I found the reason. Apparently, it is because we are declaring the I changed to |
32caa9a to
e484090
Compare
|
All green! 👍 I also updated the documentation PR according to the configuration key name change. |
|
ah right, i think that is for xml where you can't have a custom xml element and we use name as identifier attribute. in yaml its the should we call the thing |
|
Oh that case, |
|
yes, i like header_name and header_value. that makes it really clear and leaves no room for confusion (i hope :-) ) |
04414b2 to
b87e59f
Compare
dbu
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
What's in this PR?
Exposes configuration for the header authentication plugin.
Why?
Allows the direct usage of this plugin through the bundle configuration.
Example Usage
Checklist
To Do
N/A