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 28fdca665 [Minor] improvement(docs): Fix docs problem about
configuration default value (#4787)
28fdca665 is described below
commit 28fdca665dd2b64db2c1d0d5e3cd587dba90f945
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Aug 29 08:50:48 2024 -0700
[Minor] improvement(docs): Fix docs problem about configuration default
value (#4787)
### What changes were proposed in this pull request?
Change default value from `` to ''(empty string)
### Why are the changes needed?
for better user experience.
### Does this PR introduce _any_ user-facing change?
N/A
### How was this patch tested?
N/A
Co-authored-by: Qi Yu <[email protected]>
---
docs/gravitino-server-config.md | 2 ++
docs/security/how-to-use-cors.md | 8 ++++----
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/docs/gravitino-server-config.md b/docs/gravitino-server-config.md
index 785269024..ff45e48a6 100644
--- a/docs/gravitino-server-config.md
+++ b/docs/gravitino-server-config.md
@@ -187,6 +187,8 @@ The following table lists the catalog specific properties
and their default path
| `jdbc-mysql` | [MySQL catalog
properties](jdbc-mysql-catalog.md#catalog-properties) |
`catalogs/jdbc-mysql/conf/jdbc-mysql.conf` |
| `jdbc-postgresql` | [PostgreSQL catalog
properties](jdbc-postgresql-catalog.md#catalog-properties) |
`catalogs/jdbc-postgresql/conf/jdbc-postgresql.conf` |
| `jdbc-doris` | [Doris catalog
properties](jdbc-doris-catalog.md#catalog-properties) |
`catalogs/jdbc-doris/conf/jdbc-doris.conf` |
+| `lakehouse-paimon` | [Lakehouse Paimon catalog
properties](lakehouse-paimon-catalog.md#catalog-properties) |
`catalogs/lakehouse-paimon/conf/lakehouse-paimon.conf` |
+| `kafka` | [Kafka catalog
properties](kafka-catalog.md#catalog-properties) |
`catalogs/kafka/conf/kafka.conf` |
:::info
The Gravitino server automatically adds the catalog properties configuration
directory to classpath.
diff --git a/docs/security/how-to-use-cors.md b/docs/security/how-to-use-cors.md
index 243df71f9..8b0fe4624 100644
--- a/docs/security/how-to-use-cors.md
+++ b/docs/security/how-to-use-cors.md
@@ -13,12 +13,12 @@ license: "This software is licensed under the Apache
License version 2."
|----------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|----------|---------------|
| `gravitino.server.webserver.enableCorsFilter` | Enable cross-origin
resource share filter.
| false
| No | 0.4.0 |
| `gravitino.server.webserver.allowedOrigins` | A comma separated list
of allowed origins to access the resources. The default value is *, which means
all origins.
| `*`
| No | 0.4.0 |
-| `gravitino.server.webserver.allowedTimingOrigins` | A comma separated list
of allowed origins to time the resource. The default value is the empty string,
which means no origins.
| ``
| No | 0.4.0 |
+| `gravitino.server.webserver.allowedTimingOrigins` | A comma separated list
of allowed origins to time the resource. The default value is the empty string,
which means no origins.
| ''(empty string)
| No | 0.4.0 |
| `gravitino.server.webserver.allowedMethods` | A comma separated list
of allowed HTTP methods used when accessing the resources. The default values
are GET, POST, HEAD, and DELETE.
| `GET,POST,HEAD,DELETE,PUT`
| No | 0.4.0 |
| `gravitino.server.webserver.allowedHeaders` | A comma separated list
of allowed HTTP headers specified when accessing the resources. The default
value is X-Requested-With,Content-Type,Accept,Origin. If the value is a single
*, it accepts all headers. |
`X-Requested-With,Content-Type,Accept,Origin` | No | 0.4.0 |
| `gravitino.server.webserver.preflightMaxAgeInSecs` | The number of seconds
to cache preflight requests by the client. The default value is 1800 seconds or
30 minutes.
| `1800`
| No | 0.4.0 |
| `gravitino.server.webserver.allowCredentials` | A boolean indicating if
the resource allows requests with credentials. The default value is true.
| `true`
| No | 0.4.0 |
-| `gravitino.server.webserver.exposedHeaders` | A comma separated list
of allowed HTTP headers exposed on the client. The default value is the empty
list.
| ``
| No | 0.4.0 |
+| `gravitino.server.webserver.exposedHeaders` | A comma separated list
of allowed HTTP headers exposed on the client. The default value is the empty
list.
| ''(empty string)
| No | 0.4.0 |
| `gravitino.server.webserver.chainPreflight` | If true chained
preflight requests for normal handling (as an OPTION request). Otherwise, the
filter responds to the preflight. The default is true.
| `true`
| No | 0.4.0 |
### Apache Iceberg REST service's configuration
@@ -27,10 +27,10 @@ license: "This software is licensed under the Apache
License version 2."
|------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------------------------------------|----------|---------------|
| `gravitino.iceberg-rest.enableCorsFilter` | Enable cross-origin
resource share filter.
| false | No
| 0.4.0 |
| `gravitino.iceberg-rest.allowedOrigins` | A comma separated list of
allowed origins that access the resources. The default value is *, which means
all origins.
| `*` | No
| 0.4.0 |
-| `gravitino.iceberg-rest.allowedTimingOrigins` | A comma separated list of
allowed origins that time the resource. The default value is the empty string,
which means no origins.
| `` | No
| 0.4.0 |
+| `gravitino.iceberg-rest.allowedTimingOrigins` | A comma separated list of
allowed origins that time the resource. The default value is the empty string,
which means no origins.
| ''(empty string) | No
| 0.4.0 |
| `gravitino.iceberg-rest.allowedMethods` | A comma separated list of
allowed HTTP methods used when accessing the resources. The default values are
GET, POST, HEAD, and DELETE.
| `GET,POST,HEAD,DELETE,PUT` | No
| 0.4.0 |
| `gravitino.iceberg-rest.allowedHeaders` | A comma separated list of
HTTP allowed headers specified when accessing the resources. The default value
is X-Requested-With,Content-Type,Accept,Origin. If the value is a single *, it
accepts all headers. | `X-Requested-With,Content-Type,Accept,Origin` | No
| 0.4.0 |
| `gravitino.iceberg-rest.preflightMaxAgeInSecs` | The number of seconds to
cache preflight requests by the client. The default value is 1800 seconds or 30
minutes.
| `1800` | No
| 0.4.0 |
| `gravitino.iceberg-rest.allowCredentials` | A boolean indicating if the
resource allows requests with credentials. The default value is true.
| `true` | No |
0.4.0 |
-| `gravitino.iceberg-rest.exposedHeaders` | A comma separated list of
allowed HTTP headers exposed on the client. The default value is the empty
list.
| `` | No
| 0.4.0 |
+| `gravitino.iceberg-rest.exposedHeaders` | A comma separated list of
allowed HTTP headers exposed on the client. The default value is the empty
list.
| ''(empty string) | No
| 0.4.0 |
| `gravitino.iceberg-rest.chainPreflight` | If true chained preflight
requests for normal handling (as an OPTION request). Otherwise, the filter
responds to the preflight. The default is true.
| `true` | No
| 0.4.0 |