nodece commented on a change in pull request #13758:
URL: https://github.com/apache/pulsar/pull/13758#discussion_r789397375
##########
File path: site2/docs/functions-worker.md
##########
@@ -199,12 +199,12 @@ properties:
##### Enable Authorization Provider
-To enable authorization on Functions Worker, you need to configure
`authorizationEnabled`, `authorizationProvider` and
`configurationStoreServers`. The authentication provider connects to
`configurationStoreServers` to receive namespace policies.
+To enable authorization on Functions Worker, you need to configure
`authorizationEnabled`, `authorizationProvider` and
`configurationMetadataStoreUrl`. The authentication provider connects to
`configurationMetadataStoreUrl` to receive namespace policies.
```yaml
authorizationEnabled: true
authorizationProvider:
org.apache.pulsar.broker.authorization.PulsarAuthorizationProvider
-configurationStoreServers: <configuration-store-servers>
+configurationMetadataStoreUrl: <configuration-store-servers>
Review comment:
Once #13782 will be merged to master, you can ignore this review.
--
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]