Skip to content

Commit

Permalink
removed insecure_skip_verify - not working right now.
Browse files Browse the repository at this point in the history
  • Loading branch information
lucky-lusa committed Jun 22, 2021
1 parent 588359f commit 8fc3608
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ data:
{{- end}}
certificate_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).locations }}.crt"
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).locations }}.key"
insecure_skip_verify: true
- name: main JSON-RPC client # creates outgoing JSONRPC connections to deliver and receive messages
type: jsonrpc_client
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ data:
{{- end}}
certificate_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.crt"
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.key"
insecure_skip_verify: true
- name: main JSON-RPC client # creates outgoing JSONRPC connections to deliver and receive messages
type: jsonrpc_client
settings:
Expand All @@ -55,7 +54,6 @@ data:
certificate_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.crt"
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.key"
server_name: {{ (index .Values.serviceNames .Values.environment).publicProxy }}
insecure_skip_verify: true
- name: main gRPC client # creates outgoing gRPC connections to deliver and receive messages
type: grpc_client
settings:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,3 @@ data:
{{- end}}
certificate_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.crt"
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).publicProxy }}.key"
insecure_skip_verify: true
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ data:
{{- end}}
certificate_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).serviceDirectory }}.crt"
key_file: "{{ .Values.tls.mountPath }}/{{ (index .Values.serviceNames .Values.environment).serviceDirectory }}.key"
insecure_skip_verify: true
directory:
database_file: {{ .Values.serviceDirectory.persistentStoragePath }}/service-directory.records
ca_intermediate_certificate_files:
Expand Down

0 comments on commit 8fc3608

Please sign in to comment.