forked from apache/doris-website
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[doc](auth)new auth doc (apache#511)
- Loading branch information
Showing
10 changed files
with
1,604 additions
and
2 deletions.
There are no files selected for viewing
344 changes: 344 additions & 0 deletions
344
docs/admin-manual/privilege-ldap/authentication-and-authorization.md
Large diffs are not rendered by default.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
docs/sql-manual/sql-reference/Show-Statements/SHOW-PRIVILEGES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
{ | ||
"title": "Show Privileges", | ||
"language": "en" | ||
} | ||
--- | ||
|
||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
|
||
## SHOW-PRIVILEGES | ||
|
||
### Name | ||
|
||
SHOW PRIVILEGES | ||
|
||
### Description | ||
|
||
This statement is used to display all permission items. | ||
|
||
grammar: | ||
|
||
```SQL | ||
SHOW PRIVILEGES | ||
``` | ||
|
||
### Example | ||
|
||
1. display all permission items | ||
|
||
```SQL | ||
SHOW PRIVILEGES | ||
``` | ||
|
||
### Keywords | ||
|
||
SHOW, PRIVILEGES | ||
|
||
### Best Practice | ||
|
344 changes: 344 additions & 0 deletions
344
...nt-docs/current/admin-manual/privilege-ldap/authentication-and-authorization.md
Large diffs are not rendered by default.
Oops, something went wrong.
56 changes: 56 additions & 0 deletions
56
...ontent-docs/current/sql-manual/sql-reference/Show-Statements/SHOW-PRIVILEGES.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,56 @@ | ||
--- | ||
{ | ||
"title": "Show Privileges", | ||
"language": "zh-CN" | ||
} | ||
--- | ||
|
||
<!-- | ||
Licensed to the Apache Software Foundation (ASF) under one | ||
or more contributor license agreements. See the NOTICE file | ||
distributed with this work for additional information | ||
regarding copyright ownership. The ASF licenses this file | ||
to you under the Apache License, Version 2.0 (the | ||
"License"); you may not use this file except in compliance | ||
with the License. You may obtain a copy of the License at | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
Unless required by applicable law or agreed to in writing, | ||
software distributed under the License is distributed on an | ||
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY | ||
KIND, either express or implied. See the License for the | ||
specific language governing permissions and limitations | ||
under the License. | ||
--> | ||
|
||
## SHOW-PRIVILEGES | ||
|
||
### Name | ||
|
||
SHOW PRIVILEGES | ||
|
||
### Description | ||
|
||
该语句用于展示所有权限项。 | ||
|
||
语法: | ||
|
||
```SQL | ||
SHOW PRIVILEGES | ||
``` | ||
|
||
### Example | ||
|
||
1. 查看所有权限项 | ||
|
||
```SQL | ||
SHOW PRIVILEGES | ||
``` | ||
|
||
### Keywords | ||
|
||
SHOW, PRIVILEGES | ||
|
||
### Best Practice | ||
|
Oops, something went wrong.