~celebdor/charms/trusty/cassandra/trunk

« back to all changes in this revision

Viewing changes to config.yaml

  • Committer: Antoni Segura Puimedon
  • Date: 2015-12-14 16:19:05 UTC
  • Revision ID: toni@midokura.com-20151214161905-14glq41n6emfuwxs
Add support for AllowAllAuthenticator

There are some Cassandra clients that do not support the default
password based authenticator that we default to. This patch follows
up on the promise made in the comment that AllowAllAuthenticator
support may be added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
243
243
        description: >
244
244
            Cluster secure communication port. TODO: Unused. configure SSL.
245
245
 
 
246
    authenticator:
 
247
        type: boolean
 
248
        default: true
 
249
        description: >
 
250
            Whether the user/pass authenticator should be used or not. It's
 
251
            usage is recommended and the option is only provided for client
 
252
            software that does not support authentication.
246
253
    authorizer:
247
254
        type: string
248
255
        default: AllowAllAuthorizer