-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
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.
Reactions are currently unavailable