Encryptor config # This config is responsible for configuration of proactive security controls of AcraServer. AcraServer supports several types of storages for encryptor_config loading: HashiCorp Consul KV storage and Filesystem. Storage type can be specified via --encryptor_config_storage_type=<filesystem|consul> flag. To configure filesystem as storage type, specify --encryptor_config=<path> CLI parameter or encryptor_config key in YAML configuration file for AcraServer. For HashiCorp Consu...