This is an automated email from the ASF dual-hosted git repository.
jshao pushed a commit to branch branch-0.6
in repository https://gitbox.apache.org/repos/asf/gravitino.git
The following commit(s) were added to refs/heads/branch-0.6 by this push:
new f3dd6430a [#5101] improvement(docs): Fix the document error about
access control (#5104)
f3dd6430a is described below
commit f3dd6430a454f5afd551b614e711e9e18fb00a9f
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 11 16:22:06 2024 +0800
[#5101] improvement(docs): Fix the document error about access control
(#5104)
### What changes were proposed in this pull request?
Fix the document error about access control
### Why are the changes needed?
Fix: #5101
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Just docs.
Co-authored-by: roryqi <[email protected]>
---
docs/docker-image-details.md | 4 ++--
docs/security/access-control.md | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/docker-image-details.md b/docs/docker-image-details.md
index 600ef9468..c0d960d03 100644
--- a/docs/docker-image-details.md
+++ b/docs/docker-image-details.md
@@ -14,7 +14,7 @@ You can deploy the service with the Gravitino Docker image.
Container startup commands
```shell
-docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.0-incubating
+docker run --rm -d -p 8090:8090 -p 9001:9001 apache/gravitino:0.6.1-incubating
```
Changelog
@@ -51,7 +51,7 @@ You can deploy the standalone Gravitino Iceberg REST server
with the Docker imag
Container startup commands
```shell
-docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.0-incubating
+docker run --rm -d -p 9001:9001 apache/gravitino-iceberg-rest:0.6.1-incubating
```
Changelog
diff --git a/docs/security/access-control.md b/docs/security/access-control.md
index 9d98c0a37..fb8bde8cb 100644
--- a/docs/security/access-control.md
+++ b/docs/security/access-control.md
@@ -662,7 +662,7 @@ MetadataObject table = ...
Role role = client.grantPrivilegesToRole("role1", table,
Lists.newArrayList(Privileges.SelectTable.allow()));
```
</TabItem>
-<Tabs>
+</Tabs>
### Revoke privileges from a role