Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Fleet] Create .fleet-secrets system index #95143

Closed
hop-dev opened this issue Apr 11, 2023 · 0 comments · Fixed by #95625
Closed

[Fleet] Create .fleet-secrets system index #95143

hop-dev opened this issue Apr 11, 2023 · 0 comments · Fixed by #95625
Assignees

Comments

@hop-dev
Copy link
Contributor

hop-dev commented Apr 11, 2023

Part of elastic/kibana#154715

The .fleet-secrets system index should just have a value key.

Kibana system should only have write and delete access NOT read access.

Fleet server will have read access only.

Example document:

// example document from the .fleet-secrets index 
{
	_id: 'abcd1234'
	_source: {
	   value: "abcd12345678",
      }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant