mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Fleet] Fix enrollment api key application name (#122798)
This commit is contained in:
parent
d6526b0165
commit
c180aac1f3
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@ export async function generateEnrollmentAPIKey(
|
|||
index: [],
|
||||
applications: [
|
||||
{
|
||||
application: '.fleet',
|
||||
application: 'fleet',
|
||||
privileges: ['no-privileges'],
|
||||
resources: ['*'],
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue