nastra commented on code in PR #14143:
URL: https://github.com/apache/iceberg/pull/14143#discussion_r2367021385
##########
docs/docs/configuration.md:
##########
@@ -198,3 +198,23 @@ is available on the Hive Metastore server, if it is backed
by MySQL or MariaDB
Even with `iceberg.engine.hive.lock-enabled` set to `false`, a HiveCatalog can
still use locks for individual tables by setting the table property
`engine.hive.lock-enabled`=`true`.
This is useful in the case where other HiveCatalogs cannot be upgraded and set
to commit without using Hive locks.
+## REST catalog authentication properties
+
+The REST catalog supports multiple authentication mechanisms to secure access
to catalog operations. These properties are used to configure authentication
for REST catalog clients.
+
+| Property | Default | Description
|
+| --------------------------------- | ------------------ |
------------------------------------------------------ |
+| rest.auth.type | null | Authentication
type: `none`, `basic`, `oauth2`, `sigv4`, `google` |
+| rest.auth.basic.username | null | Username for basic
authentication |
+| rest.auth.basic.password | null | Password for basic
authentication |
+| oauth2-server-uri | null | OAuth2 server URI
for token endpoint |
+| token | null | Bearer token for
OAuth2 authentication |
+| credential | null | Credential to
exchange for OAuth2 token |
Review Comment:
```suggestion
| credential | null | Credential to
exchange for OAuth2 token |
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]