Open tarzanek opened 2 years ago
If you use
scylla_yaml_params: authenticator: PasswordAuthenticator authorizer: CassandraAuthorizer audit: "table" audit_categories: "DCL,DDL,AUTH,ADMIN" audit_keyspaces: "myauditkeyspace"
it won't write the line audit_categories: "DCL,DDL,AUTH,ADMIN" to the file if you rearrange:
audit_categories: "DCL,DDL,AUTH,ADMIN"
scylla_yaml_params: authenticator: PasswordAuthenticator authorizer: CassandraAuthorizer audit: "table" audit_keyspaces: "myauditkeyspace" audit_categories: "DCL,DDL,AUTH,ADMIN"
they will
Huh? What is this "dark magic", @tarzanek ? ;)
If you use
it won't write the line
audit_categories: "DCL,DDL,AUTH,ADMIN"
to the file if you rearrange:they will