pivotal-cf/cf-redis-broker

Name: cf-redis-broker

Owner: Pivotal Cloud Foundry

Description: null

Created: 2015-01-26 16:06:45.0

Updated: 2018-05-17 13:25:40.0

Pushed: 2018-05-17 13:25:38.0

Homepage: null

Size: 2161

Language: Go

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

cf-redis-broker

Integration Tests
AWS Keys

The backup integration tests send data to AWS S3, and need the following evironment variables set to be able to work:

These are defined in integration/backup/assets/working-backup.yml.template.

It also expect a bucket called redis-backup-test, and the user whose key is provided, above, should have the following access to the bucket for testing purposes:


"Version": "2012-10-17",
"Statement": [
    {
        "Sid": "RestrictiveBackups",
        "Effect": "Allow",
        "Action": [
            "s3:CreateBucket",
            "s3:PutObject",
            "s3:DeleteObject",
            "s3:ListObject",
            "s3:ListBucket"
        ],
        "Resource": [
            "arn:aws:s3:::redis-backup-test",
            "arn:aws:s3:::redis-backup-test/*"
        ]
    },
]


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.