bschoening commented on code in PR #4112:
URL: https://github.com/apache/cassandra/pull/4112#discussion_r2621502068


##########
doc/modules/cassandra/examples/CQL/create_role.cql:
##########
@@ -7,3 +7,4 @@ CREATE ROLE alice WITH PASSWORD = 'password_a' AND LOGIN = true 
AND ACCESS TO DA
 CREATE ROLE alice WITH PASSWORD = 'password_a' AND LOGIN = true AND ACCESS TO 
ALL DATACENTERS;
 CREATE ROLE bob WITH LOGIN = true and PASSWORD = 'password_d' AND ACCESS FROM 
CIDRS { 'region1', 'region2' };
 CREATE ROLE hob WITH LOGIN = true and PASSWORD = 'password_c' AND ACCESS FROM 
ALL CIDRS;
+CREATE ROLE tom WITH LOGIN = true and GENERATED PASSWORD;

Review Comment:
   fixed



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to