Giter Site home page Giter Site logo

cf-redis-broker's Introduction

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:

  • AWS_ACCESS_KEY_ID
  • AWS_SECRET_ACCESS_KEY

These are defined in (this is wrong?) 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/*"
            ]
        },
    ]
}

cf-redis-broker's People

Contributors

jamiemonserrate avatar goonzoid avatar st3v avatar balakaza avatar mirahimage avatar jimbo459 avatar dependabot-preview[bot] avatar edwardecook avatar cghsystems avatar alamages avatar pcf-redis avatar dependabot-support avatar simonjjones avatar mariantalla avatar mrosecrance avatar williammartin avatar jplebre avatar jacknewberry avatar hoegaarden avatar derkyjadex avatar jubenitezg avatar lassebe avatar dependabot[bot] avatar semanticallynull avatar carlosinfante98 avatar codelingobot avatar ferozjilla avatar spikymonkey avatar steve-sienk avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.