Skip to content

Commit

Permalink
Fix error in default value for credential_expiration_ratio
Browse files Browse the repository at this point in the history
  • Loading branch information
yuqi1129 committed Jan 8, 2025
1 parent 134bf0b commit e24fa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/how-to-use-gvfs.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ to recompile the native libraries like `libhdfs` and others, and completely repl
| `oauth2_credential` | The auth credential for the Gravitino client when using `oauth2` auth type. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |
| `oauth2_path` | The auth server path for the Gravitino client when using `oauth2` auth type. Please remove the first slash `/` from the path, for example `oauth/token`. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |
| `oauth2_scope` | The auth scope for the Gravitino client when using `oauth2` auth type with the Gravitino Virtual File System. | (none) | Yes if you use `oauth2` auth type | 0.7.0-incubating |
| `credential_expiration_ratio` | The ratio of expiration time for credential from Gravitino. This is used in the cases where Gravitino Hadoop catalogs have enable credential vending. if the expiration time of credential fetched from Gravitino is 1 hour, GVFS client will try to refresh the credential in 1 * 0.9 = 0.9 hour. | 0.9 | No | 0.8.0-incubating |
| `credential_expiration_ratio` | The ratio of expiration time for credential from Gravitino. This is used in the cases where Gravitino Hadoop catalogs have enable credential vending. if the expiration time of credential fetched from Gravitino is 1 hour, GVFS client will try to refresh the credential in 1 * 0.9 = 0.5 hour. | 0.5 | No | 0.8.0-incubating |


#### Extra configuration for S3, GCS, OSS fileset
Expand Down

0 comments on commit e24fa5a

Please sign in to comment.