powered by
R6
R6 class for TLS configuration.
mode
See crew_tls().
crew_tls()
key
password
certificates
crew_class_tls$new()
crew_class_tls$validate()
crew_class_tls$client()
crew_class_tls$worker()
new()
TLS configuration constructor.
crew_class_tls$new( mode = NULL, key = NULL, password = NULL, certificates = NULL )
Argument passed from crew_tls().
An R6 object with TLS configuration.
crew_tls(mode = "automatic")
validate()
Validate the object.
crew_class_tls$validate(test = TRUE)
test
Logical of length 1, whether to test the TLS configuration with nanonext::tls_config().
nanonext::tls_config()
NULL (invisibly).
NULL
client()
TLS credentials for the crew client.
crew
NULL or character vector, depending on the mode.
worker()
TLS credentials for crew workers.
crew_class_tls$worker(name)
name
Character of length 1 with the mirai compute profile.
mirai
Other class: crew_class_client, crew_class_controller_group, crew_class_controller, crew_class_launcher, crew_class_schedule
crew_class_client
crew_class_controller_group
crew_class_controller
crew_class_launcher
crew_class_schedule
crew_tls(mode = "automatic") ## ------------------------------------------------ ## Method `crew_class_tls$new` ## ------------------------------------------------ crew_tls(mode = "automatic")
Run the code above in your browser using DataLab