Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks committed May 22, 2024
1 parent d39b947 commit e7a7801
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/actions/setup-opensearch-dashboards/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,28 +174,28 @@ runs:
echo 'opensearch_security_admin.configuration.session_management_enabled: false' >> ./OpenSearch-Dashboards/config/opensearch_dashboards.yml
shell: bash

# - name: Create opensearch_dashboards.json for security admin dashboards plugin
# if: ${{ runner.os == 'Linux' }}
# run: |
# rm ./OpenSearch-Dashboards/plugins/security-admin-dashboards-plugin/opensearch_dashboards.json
# cat << 'EOT' > ./OpenSearch-Dashboards/plugins/security-admin-dashboards-plugin/opensearch_dashboards.json
# {
# "id": "securityAdminDashboards",
# "version": "3.0.0.0",
# "opensearchDashboardsVersion": "3.0.0",
# "configPath": [
# "opensearch_security_admin"
# ],
# "requiredPlugins": [
# "navigation",
# "savedObjectsManagement"
# ],
# "optionalPlugins": [
# "managementOverview",
# "dataSource",
# "dataSourceManagement"
# ],
# "server": true,
# "ui": true
# }
# EOT
- name: Create opensearch_dashboards.json for security admin dashboards plugin
if: ${{ runner.os == 'Linux' }}
run: |
rm ./OpenSearch-Dashboards/plugins/security-admin-dashboards-plugin/opensearch_dashboards.json
cat << 'EOT' > ./OpenSearch-Dashboards/plugins/security-admin-dashboards-plugin/opensearch_dashboards.json
{
"id": "securityAdminDashboards",
"version": "3.0.0.0",
"opensearchDashboardsVersion": "3.0.0",
"configPath": [
"opensearch_security_admin"
],
"requiredPlugins": [
"navigation",
"savedObjectsManagement"
],
"optionalPlugins": [
"managementOverview",
"dataSource",
"dataSourceManagement"
],
"server": true,
"ui": true
}
EOT

0 comments on commit e7a7801

Please sign in to comment.