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

[DevTools][Console] Autocomplete missing suggestion in _security/role #188608

Open
a03nikki opened this issue Jul 17, 2024 · 1 comment · May be fixed by #193403
Open

[DevTools][Console] Autocomplete missing suggestion in _security/role #188608

a03nikki opened this issue Jul 17, 2024 · 1 comment · May be fixed by #193403
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more

Comments

@a03nikki
Copy link
Contributor

a03nikki commented Jul 17, 2024

Kibana version: 8.14.3
Elasticsearch version: 8.14.3
Server OS version: Elastic Cloud
Browser version: Firefox
Browser OS version: MacOS Sonoma 14.5 (23F79)
Original install method (e.g. download page, yum, from source, etc.): Elastic Cloud

Describe the bug:
The auto complete option in Dev Tools' Console does not include the new remote_indices option for security roles.

Steps to reproduce:

  1. Open Console
  2. Start creating a role
PUT _security/role/team1
{
  "indices": [
    {
      "names": [
        "team1-*"
      ],
      "privileges": [
        "all"
      ]
    }
  ],
  ""
}
  1. Inside the double quotes start to type "remote"

Expected behavior:
remote_indices shows up with an option along with the recommendations below it.

Screenshots (if relevant):
image

Errors in browser console (if relevant): N/A
Provide logs and/or server output (if relevant): N/A

Any additional context:
The related documentation for this syntax is at https://www.elastic.co/guide/en/elasticsearch/reference/8.14/defining-roles.html#roles-remote-indices-priv and https://www.elastic.co/guide/en/elasticsearch/reference/8.14/remote-clusters-api-key.html#_configure_privileges_for_cross_cluster_replication.

@a03nikki a03nikki added bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools labels Jul 17, 2024
@botelastic botelastic bot added the needs-team Issues missing a team label label Jul 17, 2024
@jsanz jsanz added the Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more label Jul 22, 2024
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-management (Team:Kibana Management)

@botelastic botelastic bot removed the needs-team Issues missing a team label label Jul 22, 2024
@pquentin pquentin linked a pull request Sep 19, 2024 that will close this issue
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Fixes for quality problems that affect the customer experience Feature:Console Dev Tools Console Feature Feature:Dev Tools Team:Kibana Management Dev Tools, Index Management, Upgrade Assistant, ILM, Ingest Node Pipelines, and more
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants