fle_opts = AutoEncryptionOpts(kms_providers, key_vault_namespace,
schema_map=patient_schema,**extra_options)
client = MongoClient(connection_string,
auto_encryption_opts=fle_opts)
client.encryption.coleccion_encriptada.insert_one(doc)
我正在运行此程序来加密文档,但是当我看到Robo中的基础时,是否可以查看所有未加密的字段,您知道原因吗?
我正在使用Mongo Enterprise