debjanibnrj / security-dashboards-plugin

OpenSearch - Security🔐 Dashboards Plugin

Home Page:https://opensearch.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CI codecov

OpenSearch-Dashboards Security Plugin

This plugin for OpenSearch-Dashboards adds a configuration management UI for the OpenSearch Security features, as well as authentication, session management and multi-tenancy support to your secured cluster.

Basic features

  • OpenSearch-Dashboards authentication for OpenSearch
  • OpenSearch-Dashboards session management
  • OpenSearch Security configuration UI
  • Multi-tenancy support for OpenSearch-Dashboards
  • OpenSearch audit logging configuration UI

Build

To build the security-dashboards-plugin plugin from source follow these instructions:

  • Download the OpenSearch-Dashboards source code for the version specified in package.json you want to set up.

    See the OpenSearch-Dashboards contributing guide for more instructions on setting up your development environment.

  • Change your node version to the version specified in .node-version inside the OpenSearch-Dashboards root directory.

  • cd into the plugins directory of the OpenSearch-Dashboards source code directory.

  • Check out this package from version control into the plugins/security-dashboards-plugin directory.

  • Run yarn osd bootstrap inside OpenSearch-Dashboards directory

  • Ultimately, your directory structure should look like this:

.
├── OpenSearch-Dashboards
│   └── plugins
│       └── security-dashboards-plugin
  • run yarn build to build the plugin inside OpenSearch-Dashboards/plugins/security-dashboards-plugin directory

The above builds the final artifacts in zip format. The artifacts can be found in the OpenSearch-Dashboards/plugins/security-dashboards-plugin/build directory

Install

Install the plugin to OpenSearch-Dashboards cluster with the following commands:

cd OpenSearch-Dashboards/bin

./opensearch-dashboards-plugin install file:///path/to/security/target/releases/opensearch-security-dashboards-plugin-<version>.zip

Documentation

Please refer to the technical documentation for detailed information on installing and configuring opendistro-elasticsearch-security plugin.

License

This code is licensed under the Apache 2.0 License.

Copyright

Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved.

About

OpenSearch - Security🔐 Dashboards Plugin

https://opensearch.org/

License:Apache License 2.0


Languages

Language:TypeScript 98.4%Language:JavaScript 1.2%Language:SCSS 0.4%