You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mkdocs/docs/community.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ Community discussions happen primarily on the [dev mailing list](https://lists.a
30
30
31
31
## Iceberg Community Events
32
32
33
-
The PyIceberg community sync is on the last Tuesday of every month. To join, make sure to subscribe to the [iceberg-python-sync Google group](https://groups.google.com/g/iceberg-python-sync).
33
+
The PyIceberg community sync is on the last Tuesday of every month. The calendar event is located on the [Iceberg Dev Events](https://iceberg.apache.org/community#iceberg-community-events) calendar.
| rest.signing-region | us-east-1 | The region to use when SigV4 signing a request |
379
381
| rest.signing-name | execute-api | The service signing name to use when SigV4 signing a request |
380
382
383
+
##### Pluggable Authentication via AuthManager
384
+
385
+
The RESTCatalog supports pluggable authentication via the `auth` configuration block. This allows you to specify which how the access token will be fetched and managed for use with the HTTP requests to the RESTCatalog server. The authentication method is selected by setting the `auth.type` property, and additional configuration can be provided as needed for each method.
386
+
387
+
###### Supported Authentication Types
388
+
389
+
- `noop`: No authentication (no Authorization header sent).
0 commit comments