We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of elastic/kibana#154715
The .fleet-secrets system index should just have a value key.
.fleet-secrets
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", } }
The text was updated successfully, but these errors were encountered:
hop-dev
Successfully merging a pull request may close this issue.
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:
The text was updated successfully, but these errors were encountered: