Skip to content
This repository has been archived by the owner on Sep 17, 2024. It is now read-only.

Commit

Permalink
chore: increase expire timeout of the service token to the max (1h)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Feb 7, 2022
1 parent 34eedbe commit fc29242
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cli/config/compose/profiles/fleet/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ services:
- xpack.security.enabled=true
- xpack.security.authc.api_key.enabled=true
- xpack.security.authc.token.enabled=true
- xpack.security.authc.token.timeout=60m
- ELASTIC_USERNAME=admin
- ELASTIC_PASSWORD=changeme
image: "docker.elastic.co/elasticsearch/elasticsearch:${stackVersion:-8.1.0-aa69d697-SNAPSHOT}"
Expand Down

0 comments on commit fc29242

Please sign in to comment.