Bee
Bee

Reputation: 12512

Restrict Cassandra users seeing all keyspaces

If I understood correctly, in Cassandra, authenticated users can see the list of all keyspaces. (i.e. full schema)

Is that the default behavior in Cassandra? Can we restrict that behavior?

Thanks.

Upvotes: 1

Views: 179

Answers (1)

jbellis
jbellis

Reputation: 19377

For the record, when Bhathiya asked the same question on the Cassandra mailing list, it was answered here: http://grokbase.com/t/cassandra/user/13b8dyb45d/restrict-cassandra-users-seeing-all-keyspaces.

(TLDR: No, this is by design.)

Upvotes: 1

Related Questions