lbakerchef
lbakerchef
Old mini_s3 (pre-sigv4 upgrade) had an SslOpts parameter in the new/5 function. The 'new' mini_s3 (post-sigv4 upgrade) unceremoniously dropped the SslOpts parameter, because erlcloud neither has a new/5, nor an...
Signed-off-by: Lincoln Baker ### Description [Please describe what this change achieves] ### Issues Resolved [List any existing issues this PR resolves, or any Discourse or StackOverflow discussions that are relevant]...
This PR is part of a broader effort to replace AWS sigv2 with sigv4, encompassing modifications to oc_erchef, bookshelf, mini_s3, erlcloud, pedant clients, and other systems. In brief, the erlcloud...
### BACKGROUND Erlang 19 changed how Dialyzer works (EDIT: I'm actually unsure whether it was a Dialyzer change, or an Erlang change), which created Dialyzer errors when upgrading to Erlang...
We are currently referencing markan/envy and manderson26/envy in: - chef-server - sqerl - mini_s3 - possibly other places. 1) Fork markan/envy to chef/envy. This is now done: https://github.com/chef/envy 2) Point...
Apparently `master` changed to `main`. So rebar stuff that points to `master` needs to be changed to `main`. From @tas50: ``` hey folks I started the PR to update things...
Vhost
### Issues Resolved https://github.com/chef/chef-server/issues/2088 ### Proposed Solution When configured to use Bookshelf, create path-style URLs. When configured to use S3, create vhost-style URLs. ### Rationale Minimize required modifications to Bookshelf....
@PrajaktaPurohit said: "Let us create an issue to update the deps for data-collector. And figure out the testing path for it." "So let it be written. So let it be...
### User Story As a user, I will use this work when I want to install and/or configure Chef Infra Server with External PostgreSQL, and External PostgreSQL running on Azure...
Signed-off-by: Lincoln Baker ### Description Internal facing developer documentation. TO DOCS FOLKS: How to get the auto-numbered list? I tried here but doesn't seem to be working. ### Issues Resolved...