Skip to content
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

Unix socket support for trust bundle URL #5932

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kfox1111
Copy link
Contributor

@kfox1111 kfox1111 commented Mar 7, 2025

Pull Request check list

  • Commit conforms to CONTRIBUTING.md?
  • Proper tests/regressions included?
  • Documentation updated?

The trust_bundle_url option can talk to a unix socket in addition to an https server.

This allows code running on the local node to run without needing to race to open a tcp port increasing security and it does not require a https certificate increasing ease of maintenance while still maintaining security.

It also passes a bit of metadata to the remote so it can make programmatic policy decisions.

Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
kfox1111 added 5 commits March 7, 2025 11:54
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
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.

2 participants