mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 10:40:07 -04:00
- Resolves https://github.com/elastic/kibana/issues/158173
Based on PoC https://github.com/elastic/kibana/pull/166260
## Summary
This PR adds a new "Saved Query Management" privilege with 2 options:
- `All` will override any per app privilege and will allow users to save
queries from any Kibana page
- `None` will default to per app privileges (backward-compatible option)
<img width="600" alt="Screenshot 2023-09-21 at 15 26 25"
src="
|
||
---|---|---|
.. | ||
api_keys.ts | ||
basic_login.js | ||
builtin_es_privileges.ts | ||
change_password.ts | ||
config.ts | ||
index.ts | ||
index_fields.ts | ||
license_downgrade.ts | ||
privileges.ts | ||
privileges_basic.ts | ||
roles.ts | ||
security_basic.ts | ||
security_trial.ts | ||
users.ts |