Sha256: 5060f0fd52b8e7e29351e2cf9a1e67383a0d5ec4cec87353051049d2ff9195de

Contents?: true

Size: 437 Bytes

Versions: 9

Compression:

Stored size: 437 Bytes

Contents

development: &DEV
  name: events
  permissions:
    create: true
    delete_index: true
    destroy: true
    read: true
    write: true
  stringify: true
  settings:
    index:
      number_of_shards: 1
      number_of_replicas: 1
  mappings:
    event:
      _source:
        includes: ["*"]

test:
  <<: *DEV
  name: events_test
  permissions:
    create: true
    delete_index: false
    destroy: true
    read: true
    write: true

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
waistband-6.3.0 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-6.2.0 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-6.1.1 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-6.1.0 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-6.0.0 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-0.16.7 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-0.16.6 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-0.16.5 spec/config/waistband/waistband_events_with_env_permissions.yml
waistband-0.16.3 spec/config/waistband/waistband_events_with_env_permissions.yml