-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Allow users to configure arbitrary headers in config #699
Conversation
c3e7dec
to
ab0ca58
Compare
@@ -18,6 +18,7 @@ IMPROVEMENTS: | |||
* drivers: Interpret Nomad variables in environment variables/args [GH-653] | |||
* core: Populate job status [GH-663] | |||
* core/cli: Print short identifiers and UX cleanup [GH-675, GH-693, GH-692] | |||
* api: Allow users to set arbitrary headers via agent config [GH-699] |
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.
Don't we normally handle the CHANGELOG outside of the PR itself? I think this should also be core/api
as we have used before.
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.
Yeah makes sense regarding renaming it to core/api
. These days we are doing the CHANGELOG with the PRs so that we don't forget about them. Is there any downside to doing this?
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.
Nope just general practice so far is all. NBD!
@diptanu code LGTM! Just one comment about the changelog. |
Allow users to configure arbitrary headers in config
Thanks! |
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Fixes #697