CLDSRV-886: pass configurable Server response header to Arsenal#6141
Conversation
Hello tcarmet,My role is to assist you with the merge of this Available options
Available commands
Status report is not available. |
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
package.json
Outdated
| "@azure/storage-blob": "^12.28.0", | ||
| "@hapi/joi": "^17.1.1", | ||
| "arsenal": "git+https://github.com/scality/arsenal#8.2.48", | ||
| "arsenal": "git+https://github.com/scality/arsenal#e9506a3778ec8e9f395e59c3c6dec86b0c23882f", |
There was a problem hiding this comment.
Arsenal dependency is pinned to a commit hash instead of a tag. Other git-based deps in this file (bucketclient, utapi, etc.) use version tags. This should be updated to the released tag (e.g. 8.2.49) once the Arsenal PR is merged and tagged.
— Claude Code
There was a problem hiding this comment.
Complementing what claude said: I recommend creating a separate DROPME commit to reduce the chances to forget about it
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files
... and 1 file with indirect coverage changes @@ Coverage Diff @@
## development/9.2 #6141 +/- ##
===================================================
- Coverage 84.25% 84.20% -0.05%
===================================================
Files 204 204
Lines 13126 13129 +3
===================================================
- Hits 11059 11055 -4
- Misses 2067 2074 +7
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
package.json
Outdated
| "@azure/storage-blob": "^12.28.0", | ||
| "@hapi/joi": "^17.1.1", | ||
| "arsenal": "git+https://github.com/scality/arsenal#8.2.48", | ||
| "arsenal": "git+https://github.com/scality/arsenal#e9506a3778ec8e9f395e59c3c6dec86b0c23882f", |
There was a problem hiding this comment.
Complementing what claude said: I recommend creating a separate DROPME commit to reduce the chances to forget about it
Read `serverHeader` from config and call Arsenal's `setServerHeader()` at startup. Default remains 'S3 Server'.
b5f2146 to
34362d9
Compare
Incorrect fix versionThe
Considering where you are trying to merge, I ignored possible hotfix versions and I expected to find:
Please check the |
|
LGTM |
|
/approve |
Build failedThe build for commit did not succeed in branch w/9.4/feature/CLDSRV-886-configurable-server-header The following options are set: approve |
In the queueThe changeset has received all authorizations and has been added to the The changeset will be merged in:
The following branches will NOT be impacted:
There is no action required on your side. You will be notified here once IMPORTANT Please do not attempt to modify this pull request.
If you need this pull request to be removed from the queue, please contact a The following options are set: approve |
Queue build failedThe corresponding build for the queue failed:
Remove the pull request from the queue
|
|
I have successfully merged the changeset of this pull request
The following branches have NOT changed:
Please check the status of the associated issue CLDSRV-886. Goodbye tcarmet. |
Read
serverHeaderfrom config and call Arsenal'ssetServerHeader()at startup. Allows deployments to configure the HTTP Server response header value. Default remains'S3 Server'.Depends on: scality/Arsenal#2606