question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[BUG] Where is the Security tab ?

See original GitHub issue

Describe the bug

Previously in OpenDistro, we had the Security tab in the sidebar. Where is it ? Does it only appear when configuring specific files for roles ?

To Reproduce

git clone https://github.com/flavienbwk/opensearch-docker-compose
cd opensearch-docker-compose
bash generate-certs.sh
docker-compose up -d

# Wait 30 seconds
docker-compose exec os01 bash -c "chmod +x plugins/opensearch-security/tools/securityadmin.sh && bash plugins/opensearch-security/tools/securityadmin.sh -cd plugins/opensearch-security/securityconfig -icl -nhnv -cacert config/certificates/ca/ca.pem -cert config/certificates/ca/admin.pem -key config/certificates/ca/admin.key -h localhost"

Go to https://localhost:5601 and login with admin:admin

Expected behavior

Have the Security tab to easily manage permissions.

Plugins

opensearch-alerting opensearch-anomaly-detection opensearch-asynchronous-search opensearch-cross-cluster-replication opensearch-index-management opensearch-job-scheduler opensearch-knn opensearch-notebooks opensearch-performance-analyzer opensearch-reports-scheduler opensearch-security opensearch-sql

Screenshots

Previously : image

Now : image

Host/Environment (please complete the following information):

  • Docker
  • OpenSearch 1.1.0

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
jcgraybillcommented, Oct 12, 2021

The Security menu item will appear or not based on whether the user you’re signed into OpenSearch Dashboards with is mapped to a role that allows access to configure security. Check your roles & identities (in the dropdown menu at the top right) and make sure you have the right permissions.

0reactions
germanolpscommented, Oct 21, 2022

I’m signed in on OpenSearch Dashboards with admin user who have the admin role and the Security tab still missed. OpenSearch installed from RPM packages.

my /etc/opensearch/opensearch-security/internal_users.yml file:

admin: hash: “omited” reserved: true backend_roles: - “admin” description: “Admin user”

What I’m doing wrong?

Read more comments on GitHub >

github_iconTop Results From Across the Web

272566 - Security tab missing from Page Info - Bugzilla@Mozilla
Visit https://bugzilla.mozilla.org/ 2. Double-click the lock icon in the url bar. Expected Result: Page Info should open showing the security tab. Actual Result ......
Read more >
Windows 10 Security Tab missing from file properties
Type regedit in RUN dialog box and press Enter. It'll open Registry Editor. · HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ ...
Read more >
Windows 11 22H2 Device Security BUG - Microsoft Community
Well, Windows won't let you go to"Go to settings". It will pop-up a message saying the page is not available. Also if trying...
Read more >
Security report shows findings in pipeline security tab but ...
Go to the vulnerability report. Observe that the results seen in the pipeline security tab are not present. Example Project. This bug was ......
Read more >
Windows Server 2016: Security-Bug in Profile Security Settings
The root cause for this behavior: The security permissions in all subfolders of the default profile, i.e. Desktop, Documents, Music etc., are ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found