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
APM Server version (apm-server version):
8.5.3 Description of the problem including expected versus actual behavior:
The ECK team runs automated tests against 8.5.3 (we only started doing it 4 days ago) and those tests started failing. The tests pass with 8.5.2
We run the tests with random user ID and group ID (in this case 12345). The tests now fail with
+ keystore_initialized_flag=/usr/share/apm-server/data/elastic-internal-init-keystore.ok │
│ + [[ -f /usr/share/apm-server/data/elastic-internal-init-keystore.ok ]] │
│ + echo 'Initializing keystore.' │
│ + /usr/share/apm-server/apm-server keystore create --force │
│ Initializing keystore. │
│ error initializing beat: error loading config file: config file ("apm-server.yml") must be owned by the user identifier (uid=12345) or root
I have a suspicion that e39b98a might be at fault here and it introduced a regression compared to what was changed in reaction to elastic/beats#18871 (and a breaking change compared to 8.5.2)
Steps to reproduce:
ECK (I used 2.6.1 but any recent version should expose the problem)
APM Server version (
apm-server version
):8.5.3
Description of the problem including expected versus actual behavior:
The ECK team runs automated tests against 8.5.3 (we only started doing it 4 days ago) and those tests started failing. The tests pass with 8.5.2
We run the tests with random user ID and group ID (in this case
12345
). The tests now fail withI have a suspicion that e39b98a might be at fault here and it introduced a regression compared to what was changed in reaction to elastic/beats#18871 (and a breaking change compared to 8.5.2)
Steps to reproduce:
The text was updated successfully, but these errors were encountered: