Skip to content

Commit

Permalink
Log roles.yml changes in TokenAuthIntegTests
Browse files Browse the repository at this point in the history
This test recently failed and it appears that the cause was that
roles.yml was deleted while the cluster was still running.
This turns on logging for the FileRolesStore so that changes to file
based roles can traced more easily.

Original commit: elastic/x-pack-elasticsearch@fbce5a8
  • Loading branch information
tvernum committed Feb 20, 2018
1 parent c4582cd commit 56c761f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
import static org.elasticsearch.test.hamcrest.ElasticsearchAssertions.assertNoTimeout;
import static org.hamcrest.Matchers.equalTo;

@TestLogging("org.elasticsearch.xpack.security.authz.store.FileRolesStore:DEBUG")
public class TokenAuthIntegTests extends SecurityIntegTestCase {

@Override
Expand Down

0 comments on commit 56c761f

Please sign in to comment.