-
Notifications
You must be signed in to change notification settings - Fork 238
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
A87: mTLS SPIFFE Support #462
base: master
Are you sure you want to change the base?
Conversation
|
||
#### Java | ||
|
||
In Java, we need new API to work with [SPIFFE] and [SPIFFE bundle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is internal API, not public. This section documents how the xDS part is implemented, but it doesn't describe any changes to TlsCredentials for use outside of xDS.
### Temporary environment variable protection | ||
|
||
The xDS functionality will be guarded via the | ||
`GRPC_EXPERIMENTAL_XDS_MTLS_SPIFFE` environment variable. The new |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ugh, GRPC_EXPERIMENTAL_SPIFFE_TRUST_BUNDLE_MAP
was used in Java. I think that may be because the initial implementation pre-dates this gRFC.
No description provided.