Displaying 1 result from an estimated 1 matches for "couchbucket".
2013 Jul 13
10
username/password combo for custom provider (couchbase)
...chbase buckets.
Problem is that every RW operation to Couchbase cluster (creating,
deleting, resizing bucket) requires admin privileges (username/password).
Do you have any suggestion how should I pass the username/password to
provider? If I make it a param, then every resource of type
''couchbucket'' will need to have ''username =>'' and ''password =>'' params,
which will (probably) be the same across the board.
Now, to circumvent that repetition, I''m thinking of maybe setting
something like:
Couchbucket {
username => $::couchbase:...