Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions mkdocs/docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ The RESTCatalog supports pluggable authentication via the `auth` configuration b
- `noop`: No authentication (no Authorization header sent).
- `basic`: HTTP Basic authentication.
- `custom`: Custom authentication manager (requires `auth.impl`).
- `google`: Google Authentication support

###### Configuration Properties

Expand All @@ -414,6 +415,7 @@ catalog:
| `auth.impl` | Conditionally | The fully qualified class path for a custom AuthManager. Required if `auth.type` is `custom`. |
| `auth.basic` | If type is `basic` | Block containing `username` and `password` for HTTP Basic authentication. |
| `auth.custom` | If type is `custom` | Block containing configuration for the custom AuthManager. |
| `auth.google` | If type is `google` | Block containing `credentials_path` to a service account file (if using). Will default to using Application Default Credentials. |

###### Examples

Expand Down
Loading