This is an automated email from the ASF dual-hosted git repository.
rustyrazorblade pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-website.git
The following commit(s) were added to refs/heads/trunk by this push:
new f609e8c54 Ninja fix for typo in Data Masking blog post.
f609e8c54 is described below
commit f609e8c541abc80be92ad7841267246ce9202b1b
Author: Jon Haddad <[email protected]>
AuthorDate: Tue Aug 13 15:11:10 2024 -0700
Ninja fix for typo in Data Masking blog post.
---
.../pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
index dcf7f599f..82073e03c 100644
---
a/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
+++
b/site-content/source/modules/ROOT/pages/blog/Apache-Cassandra-5.0-Features-Dynamic-Data-Masking.adoc
@@ -123,7 +123,7 @@ INSERT INTO patients(id, name, birth)
Then we create two users with SELECT permission for the table, but we only
grant the UNMASK permission to one of the users:
----
-CRCREATE USER privileged WITH PASSWORD 'xyz';
+CREATE USER privileged WITH PASSWORD 'xyz';
GRANT SELECT ON TABLE patients TO privileged;
GRANT UNMASK ON TABLE patients TO privileged;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]