Make path prefix mirror hosts behaviour#1
Open
olivermt wants to merge 109 commits intoACPK:kamal-proxy-path-prefixfrom
Open
Make path prefix mirror hosts behaviour#1olivermt wants to merge 109 commits intoACPK:kamal-proxy-path-prefixfrom
olivermt wants to merge 109 commits intoACPK:kamal-proxy-path-prefixfrom
Conversation
Allow piping into kamal exec basecamp#1485
…dler-b051ec43b1 Bump rack from 3.1.14 to 3.1.16 in the bundler group across 1 directory
Fix Bitwarden Secrets Manager authentication checks
Add pack option to the builder options for cloud native buildpacks
…lt-adapter feat(secrets): add Passbolt adapter
Request Bitwarden Secrets Manager secrets as JSON
Add support for kamal-proxy's path-prefix
feat: Add support for custom certificates
- Upload the cert with `sshkit.upload!` - Use the role name to create a directory for each role's certs - Add an integration test for the custom certs
Custom certs per role
…sword_retrieval feat: Add allowing retrieving all fields for an item
- fix rubocop offenses - extract fields_map - no early return - include fields in error message
…d-refactor OnePassword adapter refactor
Remove ssl: ..., reword some of the docs and ensure the formatting is correct.
Update custom cert docs
This postfix conditional is left over from the refactor in basecamp#1584 and is no longer needed.
Remove obsolete conditional
Previously, if either of the builder or the remote context were in a bad state, the build would proceed anyway and fail.
Bumps the bundler group with 2 updates in the / directory: [thor](https://github.com/rails/thor) and [nokogiri](https://github.com/sparklemotion/nokogiri). Updates `thor` from 1.3.2 to 1.4.0 - [Release notes](https://github.com/rails/thor/releases) - [Commits](rails/thor@v1.3.2...v1.4.0) Updates `nokogiri` from 1.18.8 to 1.18.9 - [Release notes](https://github.com/sparklemotion/nokogiri/releases) - [Changelog](https://github.com/sparklemotion/nokogiri/blob/main/CHANGELOG.md) - [Commits](sparklemotion/nokogiri@v1.18.8...v1.18.9) --- updated-dependencies: - dependency-name: thor dependency-version: 1.4.0 dependency-type: direct:production dependency-group: bundler - dependency-name: nokogiri dependency-version: 1.18.9 dependency-type: indirect dependency-group: bundler ... Signed-off-by: dependabot[bot] <support@github.com>
…builder-check `Builder::Remote.inspect_builder` requires both checks to pass
…dler-f02c9c4a61 Bump the bundler group across 1 directory with 2 updates
ff667b9 to
80facf8
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have tested this manually and it seems to work. I am primarily an elixir dev, but it seemed trivial to mirror what hosts is doing with a sensible fallback to [] to pass it through the util optionizer.