Add smb constants to support for ca_certificate validation and string
alteration
Signed-off-by: Rabinarayan Panigrahi <rapanigr@redhat.com>
REMOTE_CONTROL_LOCAL = 'remote-control-local'
SMBMETRICS = 'smbmetrics'
-
# Features are optional components that can be deployed in a suite of smb
# related containers. It may run as a separate sidecar or side-effect the
# configuration of another component.
SMBMETRICS,
}
+FEATURE_FILE_NAMES = {
+ KEYBRIDGE: KEYBRIDGE,
+ REMOTE_CONTROL: "remote_control",
+}
+SMB_FEATURE_SUPPORTS_SSL = {
+ "remote_control",
+ KEYBRIDGE,
+}
+CA_CERT_REQUIRED_FEATURES = {'keybridge'}
# Default port values
SMB_PORT = 445