Skip to content

Add in-memory PEM bytes client SSL config variants - #4282

Open
shuch3ng wants to merge 2 commits into
zio:mainfrom
shuch3ng:ft-support-in-memory-ssl-config
Open

Add in-memory PEM bytes client SSL config variants#4282
shuch3ng wants to merge 2 commits into
zio:mainfrom
shuch3ng:ft-support-in-memory-ssl-config

Conversation

@shuch3ng

@shuch3ng shuch3ng commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

Adds byte-based alternatives to the existing file and resource based client SSL configs, so callers can supply certificates and keys that are already in memory (e.g. loaded from a vault or secret manager) instead of requiring an on-disk path or classpath resource.

Closes #4281

@netlify

netlify Bot commented Sep 2, 2026

Copy link
Copy Markdown

Deploy Preview for zio-http ready!

Name Link
🔨 Latest commit bcdaf23
🔍 Latest deploy log https://app.netlify.com/projects/zio-http/deploys/6a9be2452e98720008d23573
😎 Deploy Preview https://deploy-preview-4282--zio-http.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@guizmaii

guizmaii commented Sep 2, 2026

Copy link
Copy Markdown
Member

@shuch3ng Please run sbt fmt to fix CI

@guizmaii guizmaii left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@987Nabil could you have a look, please?
@shuch3ng is working with me. It's something we need at work

@shuch3ng
shuch3ng force-pushed the ft-support-in-memory-ssl-config branch from b19ab3b to bcdaf23 Compare September 5, 2026 09:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support in-memory certificate/key bytes for client SSL config

2 participants