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

Regarding role in openserach #8681

Open
ravi96b opened this issue Oct 22, 2024 · 0 comments
Open

Regarding role in openserach #8681

ravi96b opened this issue Oct 22, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@ravi96b
Copy link

ravi96b commented Oct 22, 2024

Is your feature request related to a problem? Please describe.

Currently we have setup a role in OpenSearch with only viewer access , but everytime there is request to download the logs and share to the Dev Team, as there were not able to save and then download logs themselves with below role.

opensearch-dashboards_viewer:
reserved: true
cluster_permissions:
- "cluster_composite_ops_ro"
index_permissions:
- index_patterns:
- "*"
allowed_actions:
- "read"
- "search"
- "get"
tenant_permissions:

  • tenant_patterns:
    • "global_tenant"
      allowed_actions:
    • "kibana_all_read"
  • tenant_patterns:
    • "Developer"
      allowed_actions:
    • "kibana_all_read"

Describe the solution you'd like

I want to modify in a such a way i should able to modify my viewer roles with limited permission to save and download the logs .

Note: Apart of viewer access , kindly help in adopting the script to just save and download the logs and no excess access should be provided

Describe alternatives you've considered

Manually admins sharing the logs , as its not feasible ..!

@ravi96b ravi96b added the enhancement New feature or request label Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant