Skip to content

Commit

Permalink
[#5101] improvement(docs): Fix the document error about access control (
Browse files Browse the repository at this point in the history
#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 <roryqi@apache.org>
  • Loading branch information
github-actions[bot] and jerqi authored Oct 11, 2024
1 parent 09d91fc commit f3dd643
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/docker-image-details.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/security/access-control.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f3dd643

Please sign in to comment.