Skip to content

Commit

Permalink
Fix format of Athenz auth parameters written in document (apache#1055)
Browse files Browse the repository at this point in the history
  • Loading branch information
massakam authored and nkurihar committed Jan 12, 2018
1 parent 1458e66 commit d0c70b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/latest/admin/Authz.md
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ serviceUrl=https://broker.example.com:8443/

# Set Athenz auth plugin and its parameters
authPlugin=org.apache.pulsar.client.impl.auth.AuthenticationAthenz
authParams=tenantDomain:shopping,tenantService:some_app,providerDomain:pulsar,privateKeyPath:/path/to/private.pem,keyId:v1
authParams={"tenantDomain":"shopping","tenantService":"some_app","providerDomain":"pulsar","privateKey":"file:///path/to/private.pem","keyId":"v1"}

# Enable TLS
useTls=true
Expand Down

0 comments on commit d0c70b1

Please sign in to comment.