You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 16, 2023. It is now read-only.
While security is enabled by default in 8.5 there are still a number of issues, further it's optional not mandatory.
Using http inside a secure vpn is still valid. But http isn't supported in the help scripts:
Output of helm get release
While security is enabled by default in 8.5 there are still a number of issues, further it's optional not mandatory.
Using http inside a secure vpn is still valid. But http isn't supported in the help scripts:
$ kubectl -n logging logs -f pre-install-kibana-kibana-7nlcw
Creating a new Elasticsearch token for Kibana
Cleaning previous token
TypeError [ERR_INVALID_PROTOCOL]: Protocol "http:" not supported. Expected "https:"
at new NodeError (node:internal/errors:387:5)
at new ClientRequest (node:_http_client:186:11)
at Object.request (node:https:357:10)
at /usr/share/kibana/helm-scripts/..2023_02_23_16_22_35.764612015/manage-es-token.js:64:27
at new Promise (<anonymous>)
at requestPromise (/usr/share/kibana/helm-scripts/..2023_02_23_16_22_35.764612015/manage-es-token.js:63:10)
at createEsToken (/usr/share/kibana/helm-scripts/..2023_02_23_16_22_35.764612015/manage-es-token.js:100:10)
at Object.<anonymous> (/usr/share/kibana/helm-scripts/..2023_02_23_16_22_35.764612015/manage-es-token.js:144:5)
at Module._compile (node:internal/modules/cjs/loader:1155:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1209:10) {
code: 'ERR_INVALID_PROTOCOL'
}
Be careful to obfuscate every secrets (credentials, token, public IP, ...) that could be visible in the output before copy-pasting
Any additional context:
The text was updated successfully, but these errors were encountered:
Chart version:
8.5.1
Kubernetes version:
1.22
Kubernetes provider: E.g. GKE (Google Kubernetes Engine)
AWS EKS
Helm Version:
3
helm get release
outputDid you mean values?
While security is enabled by default in 8.5 there are still a number of issues, further it's optional not mandatory.
Using http inside a secure vpn is still valid. But http isn't supported in the help scripts:
Output of helm get release
While security is enabled by default in 8.5 there are still a number of issues, further it's optional not mandatory.
Using http inside a secure vpn is still valid. But http isn't supported in the help scripts:
Steps to reproduce:
elasticsearchHosts: http://elasticsearch-master:9200
Expected behavior:
http should be supported.
Provide logs and/or server output (if relevant):
Be careful to obfuscate every secrets (credentials, token, public IP, ...) that could be visible in the output before copy-pasting
Any additional context:
The text was updated successfully, but these errors were encountered: