[BUG] Where is the Security tab ?
See original GitHub issueDescribe 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 :
Now :
Host/Environment (please complete the following information):
- Docker
- OpenSearch 1.1.0
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (1 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
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?