Sha256: 3dd06c88a76e49efabce43a235501deec26272988f304ee7f6524cb41e1086aa

Contents?: true

Size: 930 Bytes

Versions: 35

Compression:

Stored size: 930 Bytes

Contents

test:
  clients:
    default:
      database: mongoid_test
      hosts:
        <% SpecConfig.instance.addresses.each do |address| %>
          - <%= address %>
        <% end %>
      options:
        auto_encryption_options:
          key_vault_namespace: 'admin.datakeys'
          kms_providers:
            local:
              key: "z7iYiYKLuYymEWtk4kfny1ESBwwFdA58qMqff96A8ghiOcIK75lJGPUIocku8LOFjQuEgeIP4xlln3s7r93FV9J5sAE7zg8U"
          schema_map:
            blog_development.comments:
              properties:
                message:
                  encrypt:
                    keyId:
                      - !ruby/object:BSON::Binary
                        data: !binary |-
                          R/AgNcxASFiiJWKXqWGo5w==
                        type: :uuid
                    bsonType: "string"
                    algorithm: "AEAD_AES_256_CBC_HMAC_SHA_512-Deterministic"
              bsonType: "object"

Version data entries

35 entries across 35 versions & 1 rubygems

Version Path
mongoid-8.0.10 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.6 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.10 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.5 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.9 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.0.9 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.4 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.8 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.7 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.3 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.6 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.2 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.1 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-9.0.0 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.0.8 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.5 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.4 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.0.7 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.3 spec/config/mongoid_with_schema_map_uuid.yml
mongoid-8.1.2 spec/config/mongoid_with_schema_map_uuid.yml