Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#5101] improvement(docs): Fix the document error about access control #5102

Merged
merged 2 commits into from
Oct 11, 2024

Conversation

jerqi
Copy link
Contributor

@jerqi jerqi commented Oct 11, 2024

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.

@jerqi jerqi requested a review from mchades October 11, 2024 07:01
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Another place also need to be changed
image

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@jerryshao jerryshao merged commit df2ce81 into apache:main Oct 11, 2024
21 checks passed
github-actions bot pushed a commit that referenced this pull request Oct 11, 2024
#5102)

### 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.
@jerqi jerqi deleted the ISSUE-5101 branch October 11, 2024 07:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Improvement] Fix the document error about access control
3 participants