Skip to content

Commit

Permalink
[Doc] Add *authenticateMetricsEndpoint* option in administration-prox…
Browse files Browse the repository at this point in the history
…y.md (apache#5406)
  • Loading branch information
PierreZ authored and merlimat committed Oct 24, 2019
1 parent a95bea6 commit ba6dfaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions site2/docs/administration-proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ You can configure the Pulsar proxy using the [`proxy.conf`](reference-configurat
|servicePortTls| The port to use to server binary Protobuf TLS requests |6651|
|statusFilePath | Path for the file used to determine the rotation status for the proxy instance when responding to service discovery health checks ||
|authenticationEnabled| Whether authentication is enabled for the Pulsar proxy |false|
|authenticateMetricsEndpoint| Whether the '/metrics' endpoint requires authentication. Defaults to true. 'authenticationEnabled' must also be set for this to take effect. |true|
|authenticationProviders| Authentication provider name list (a comma-separated list of class names) ||
|authorizationEnabled| Whether authorization is enforced by the Pulsar proxy |false|
|authorizationProvider| Authorization provider as a fully qualified class name |org.apache.pulsar.broker.authorization.PulsarAuthorizationProvider|
Expand Down

0 comments on commit ba6dfaf

Please sign in to comment.