elastic / kibana

Your window into the Elastic Stack
https://www.elastic.co/products/kibana
Other
19.72k stars 8.14k forks source link

[Fleet] Create unique service token for fleet server #193537

Open juliaElastic opened 4 hours ago

juliaElastic commented 4 hours ago

Issue reported that the Fleet service_tokens API can potentially result in conflict error. The current logic uses the current timestamp in the token name, which is not unique.

The suggestion is to use the default behaviour of the ES API to omit the token name, in which case a unique token name will be generated.

elasticmachine commented 4 hours ago

Pinging @elastic/fleet (Team:Fleet)