ernestio / ernest

Ernest is a tool to define, manage and collaborate on your infrastructure
http://ernest.io/
Mozilla Public License 2.0
17 stars 6 forks source link

Storage account not being enctypted #487

Closed adriacidre closed 7 years ago

adriacidre commented 7 years ago

For a yaml like:

name: demo-tom-30
datacenter: demo13

resource_groups:
  - name: rg3_tom3
    location: eastus
    tags:
      environment: staging

    storage_accounts:
      - name: safest12354tom3
        account_type: Standard_LRS
        account_kind: Storage
        enable_blob_encyption: true
        containers:
          - name: scfestlatom3
            access_type: private
        tags:
          environment: staging

      - name: safest12354tom31
        account_type: Standard_LRS
        account_kind: BlobStorage
        enable_blob_encyption: true
        containers:
          - name: scfestlatom31
            access_type: private
        tags:
          environment: staging

Storage account doesn't seem to be properly encrypted based on option enable_blob_encyption

adriacidre commented 7 years ago

Duplicated with https://github.com/ernestio/ernest/issues/502