Supported authentication path for an out-of-process Rust client to a local mTLS gateway #2627
Unanswered
dredozubov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
OpenShell’s gateway authentication documentation describes mTLS as the default for local gateways without OIDC. The current SDK transport appears to support server CA configuration while leaving client-certificate mTLS to the CLI path.
What is the intended supported connection path for an out-of-process Rust client?
openshell-sdkconfiguration I missed;I want to avoid treating plaintext or unauthenticated loopback as a supported integration contract. If this is mainly a documentation gap, I would be happy to contribute a focused clarification or test.
All reactions