You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is for pravega/pravega#4642
When ECS is selected as tier 2 for Pravega, and TLS connection is required, Pravega must trust the server certificate of ECS or its signing CA.
The ECS certificate will be created as K8S secret. Pravega-Operator needs to mount the provided certificate into the specified location.
Importance
This must be done before Pravega #4642.
Location
pravega_segmentstore.go
Suggestions for an improvement
Add VolumeMount and Volume sections for ECS certificate.
The text was updated successfully, but these errors were encountered:
Description
This is for pravega/pravega#4642
When ECS is selected as tier 2 for Pravega, and TLS connection is required, Pravega must trust the server certificate of ECS or its signing CA.
The ECS certificate will be created as K8S secret. Pravega-Operator needs to mount the provided certificate into the specified location.
Importance
This must be done before Pravega #4642.
Location
pravega_segmentstore.go
Suggestions for an improvement
Add VolumeMount and Volume sections for ECS certificate.
The text was updated successfully, but these errors were encountered: