Code Monkey home page Code Monkey logo

Comments (4)

rnagle avatar rnagle commented on May 19, 2024

I'd say a first pass at this task is done. A few ideas came out of working through this...

  • It might be nice to have a tarbell configure s3 command that walks through configuring s3 buckets only.
  • How can we ease the transition for folks upgrading from and older version of Tarbell? Attempting to use an older config with these changes will break the Tarbell publish process.

Any others?

from tarbell.

eads avatar eads commented on May 19, 2024

Is there a way to detect an older config and prompt to upgrade?
On Dec 8, 2013 8:56 AM, "Ryan Nagle" [email protected] wrote:

I'd say a first pass at this task is done. A few ideas came out of working
through this...

  • It might be nice to have a tarbell configure s3 command that walks
    through configuring s3 buckets only.
  • How can we ease the transition for folks upgrading from and older
    version of Tarbell? Attempting to use an older config with these changes
    will break the Tarbell publish process.

Any others?


Reply to this email directly or view it on GitHubhttps://github.com//issues/59#issuecomment-30083120
.

from tarbell.

eads avatar eads commented on May 19, 2024

I finally got a chance to look at this. Nice work! I have a concern, though: We need to keep s3 creds out of tarbell_config.py. I think the config file needs to somehow account for this, so that it keys off the bucket name:

default_s3_key_id: <DEFAULTKEYID>
default_s3_access_key: <DEFAULTACCESSKEY>
s3_creds:
  myspecialapp.chicagotribune.com:
    access_key_id: <KEYID>
    secret_access_key: <SECRETKEY>
default_buckets:
   production: s3://apps.chicagotribune.com/

What do you think? The primary need is to keep secrets out of Tarbell project files so they can be readily released as open source projects.

from tarbell.

eads avatar eads commented on May 19, 2024

Finally fixed, with an upgrade message for folks on beta2 and below.

from tarbell.

Related Issues (20)

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.