Skip to content

Commit

Permalink
Removed no used option
Browse files Browse the repository at this point in the history
  • Loading branch information
tuteng committed Dec 21, 2023
1 parent 775a6e4 commit 5ae6131
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion charts/sn-platform/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ Define function for save authenticaiton configuration
{{- define "pulsar.authConfiguration" }}
{{- if .Values.auth.vault.enabled }}
brokerClientAuthenticationPlugin: "org.apache.pulsar.client.impl.auth.AuthenticationToken"
PULSAR_PREFIX_chainAuthenticationEnabled: "true"
PULSAR_PREFIX_vaultHost: {{ template "pulsar.vault.url" . }}
{{- if .Values.broker.readPublicKeyFromFile }}
PULSAR_PREFIX_OIDCPublicKeyPath: file://{{ .Values.broker.publicKeyPath | default "/pulsar/vault/v1/identity/oidc/.well-known/keys" }}/publicKey
Expand Down

0 comments on commit 5ae6131

Please sign in to comment.