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: 1 addition & 1 deletion docs/configuring-polaris-for-production.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Notable configuration used to secure a Polaris deployment are outlined below.
> [!WARNING]
> Ensure that the `tokenBroker` setting reflects the token broker specified in `oauth2` above.

#### callContextResolver** & **realmContextResolver
#### callContextResolver & realmContextResolver
* Use these configurations to specify a service that can resolve a realm from bearer tokens.
* The service(s) used here must implement the relevant interfaces (i.e. [CallContextResolver](https://github.com/polaris-catalog/polaris/blob/8290019c10290a600e40b35ddb1e2f54bf99e120/polaris-service/src/main/java/io/polaris/service/context/CallContextResolver.java#L27) and [RealmContextResolver](https://github.com/polaris-catalog/polaris/blob/7ce86f10a68a3b56aed766235c88d6027c0de038/polaris-service/src/main/java/io/polaris/service/context/RealmContextResolver.java)).

Expand Down
6 changes: 3 additions & 3 deletions docs/index.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion spec/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1009,7 +1009,7 @@ tags:
specified in `oauth2` above.


#### callContextResolver** & **realmContextResolver
#### callContextResolver & realmContextResolver

* Use these configurations to specify a service that can resolve a realm
from bearer tokens.
Expand Down