Skip to content

Commit

Permalink
Fix improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljmarshall committed Jul 7, 2023
1 parent 9566ba9 commit 5ca83ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions docs/security-openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ authenticationProviders: ["org.apache.pulsar.broker.authentication.oidc.Authenti
properties:
openIDAllowedTokenIssuers: "https://my-issuer-1.com,https://my-issuer-2.com"
openIDAllowedAudiences: "audience-1,audience-2"
# Only include when using a custom trust store
openIDTokenIssuerTrustCertsFilePath: "/my/custom/trust/store"
openIDTokenIssuerTrustCertsFilePath: ""
openIDRoleClaim: "sub"
openIDAcceptedTimeLeewaySeconds: 0
openIDCacheSize: 5
Expand Down
2 changes: 1 addition & 1 deletion versioned_docs/version-3.0.x/security-openid-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ authenticationProviders: ["org.apache.pulsar.broker.authentication.oidc.Authenti
properties:
openIDAllowedTokenIssuers: "https://my-issuer-1.com,https://my-issuer-2.com"
openIDAllowedAudiences: "audience-1,audience-2"
# Only include when using a custom trust store
# Note: for 3.0.0, only include when using a custom trust store
openIDTokenIssuerTrustCertsFilePath: "/my/custom/trust/store"
openIDRoleClaim: "sub"
openIDAcceptedTimeLeewaySeconds: 0
Expand Down

0 comments on commit 5ca83ff

Please sign in to comment.