Skip to content

Strategy for taking in arguments when app config is not an option #2

@ecurtin

Description

@ecurtin

A lot of blood, sweat, and tears went into ensuring that the Cassandra configuration process could be separated from source control so that you didn't have to check in a bunch of private data about your database connection: ips, passwords, SSL certs, etc.

However, a large portion of potential users (i.e. Bluemix) are in an environment where they don't even have access to administrate the instance, so using configuration objects won't fly.

For this use case, it would be helpful to have an alternative way to configure objects so that these types of users can still configure their operator without bugging an admin. Some options:

  • Good ol' fashioned SPL arguments
  • Parameter file that gets baked in at compile time
  • Some fanciness the Streams team was talking about that'll prompt for user/pass at submit time.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions