Skip to content

Commit

Permalink
[OSD] do not enforce auth on api/status
Browse files Browse the repository at this point in the history
Allow for the API status for OSD not to enforce auth.

opensearch-project/security-dashboards-plugin#943

Issue:
n/a

Signed-off-by: Kawika Avilla <[email protected]>
  • Loading branch information
kavilla committed Apr 16, 2022
1 parent 4944445 commit 8560568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/opensearch_dashboards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -184,3 +184,4 @@ opensearch_security.multitenancy.tenants.preferred: [Private, Global]
opensearch_security.readonly_mode.roles: [kibana_read_only]
# Use this setting if you are running kibana without https
opensearch_security.cookie.secure: false
opensearch_security.auth.unauthenticated_routes: ['/api/reporting/stats', '/api/status']
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ opensearch_security.multitenancy.tenants.preferred: [Private, Global]
opensearch_security.readonly_mode.roles: [kibana_read_only]
# Use this setting if you are running opensearch-dashboards without https
opensearch_security.cookie.secure: false
opensearch_security.auth.unauthenticated_routes: ['/api/reporting/stats', '/api/status']

0 comments on commit 8560568

Please sign in to comment.