Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
[Cleanup] Remove unwanted characters from cassandra config.json (#3121)
Browse files Browse the repository at this point in the history
  • Loading branch information
takirala authored Jul 2, 2019
1 parent 5ac7fde commit 60fa2d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frameworks/cassandra/universe/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
"default": "PasswordAuthenticator"
},
"role_manager": {
"description": "Part of the Authentication & Authorization backend that implements IRoleManager to maintain grants and memberships between roles, By default, the value set is Apache Cassandra's out of the box Role Manager: CassandraRoleManager",
"description": "Part of the Authentication & Authorization backend that implements IRoleManager to maintain grants and memberships between roles, By default, the value set is Apache Cassandra's out of the box Role Manager: CassandraRoleManager",
"type": "string",
"default": "CassandraRoleManager"
},
Expand Down

0 comments on commit 60fa2d8

Please sign in to comment.