This is an automated email from the ASF dual-hosted git repository. ckj pushed a commit to branch ozone-1.3 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 5da51dbb50905e585ff1c9d4d670ff640caed9fa Author: SaketaChalamchala <[email protected]> AuthorDate: Mon Oct 24 09:22:08 2022 -0700 HDDS-7403. README Security Improvement (#3879) Co-authored-by: SaketaChalamchala <[email protected]> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 88b0bc122a..6a7226fc36 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Ozone is a scalable, redundant, and distributed object store for Hadoop and Clou * SCALABLE: Ozone is designed to scale to tens of billions of files and blocks and, in the future, even more. * CONSISTENT: Ozone is a strongly consistent object store. This consistency is achieved by using protocols like RAFT. * CLOUD-NATIVE: Ozone is designed to work well in containerized environments like YARN and Kubernetes. - * SECURE: Ozone integrates with Kerberos infrastructure for access control and supports TDE and on-wire encryption. + * SECURE: Ozone integrates with Kerberos infrastructure for authentication, supports native ACLs and integrates with Ranger for access control and supports TDE and on-wire encryption. * HIGHLY AVAILABLE: Ozone is a fully replicated system that is designed to survive multiple failures. ## Documentation --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
