We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff3ff7 commit 4765d06Copy full SHA for 4765d06
.github/workflows/ci.yml
@@ -57,6 +57,14 @@ jobs:
57
-e 's/\(BEATS_SYSTEM_PASSWORD=\)'\'\''/\1testpasswd/g'
58
.env
59
60
+ - name: Generate Kibana encryption keys
61
+ run: |
62
+ source .env
63
+ : ${ELASTIC_VERSION:?unset}
64
+ docker container run --rm docker.elastic.co/kibana/kibana:"${ELASTIC_VERSION}" \
65
+ bin/kibana-encryption-keys generate -q >>kibana/config/kibana.yml
66
+ sed -i '/Kibana is currently running with legacy OpenSSL providers enabled/d' kibana/config/kibana.yml
67
+
68
- name: Set up users and roles
69
run: docker compose up setup
70
0 commit comments