Giter Club home page Giter Club logo

Comments (9)

cppforlife avatar cppforlife commented on August 20, 2024

@DanielJonesEB what do you think about specifying path to private.yml via cli flag. then you could do --private <(something here). or do you think private.yml should remain in the repo and just work with -l flag to interpolate variables?

cc @vito

from bosh-cli.

DanielJonesEB avatar DanielJonesEB commented on August 20, 2024

Thanks for taking the time to consider this, @cppforlife.

There are only three supported blobstore types at present, is that correct? Atmos, S3 and Local? If so, I think the user experience would be nicest if there was the option to specify the relevant values purely by command line --blobstore-type s3 --access-key foo --secret-key bar, although I can see that leads to three branches of 'special case' code.

Failing that, the variable interpolation would be cool. I'm not familiar with the -l flag: is that something new?

from bosh-cli.

cppforlife avatar cppforlife commented on August 20, 2024

we are planning to add --private-conf flag that can be used with bash's standard pipe redirect:

$ bosh create-release --final --private-conf <(lpass ... or may be bosh build-manifest ... -l ...)

from bosh-cli.

bonzofenix avatar bonzofenix commented on August 20, 2024

@cppforlife is Atmos still supported in bosh cli V2?

from bosh-cli.

tylerschultz avatar tylerschultz commented on August 20, 2024

@bonzofenix s3 and local are the currently supported types:

switch provider {
case "local":
blobstore = boshblob.NewLocalBlobstore(p.fs, p.uuidGen, options)
case "s3":
blobstore = NewS3Blobstore(p.fs, p.uuidGen, options)
default:
return NewErrBlobstore(bosherr.Error("Expected release blobstore to be configured"))
}

cc @cppforlife

from bosh-cli.

freddesbiens avatar freddesbiens commented on August 20, 2024

Hi @DanielJonesEB!

I simply want to check with you if this issue is still relevant to you. If that's still the case, I will have a deeper discussion on it with the engineering team. Please let me know.

from bosh-cli.

DanielJonesEB avatar DanielJonesEB commented on August 20, 2024

Thanks for following up! It's not causing any acute pain at the moment.

from bosh-cli.

bosh-admin-bot avatar bosh-admin-bot commented on August 20, 2024

This issue was marked as Stale because it has been open for 21 days without any activity. If no activity takes place in the coming 7 days it will automatically be close. To prevent this from happening remove the Stale label or comment below.

from bosh-cli.

bosh-admin-bot avatar bosh-admin-bot commented on August 20, 2024

This issue was closed because it has been labeled Stale for 7 days without subsequent activity. Feel free to re-open this issue at any time by commenting below.

from bosh-cli.

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.