Skip to content

Commit

Permalink
[Backport 2.x] Undeprecate securityadmin script (#4768)
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 8982068 commit 777fb59
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 30 deletions.
5 changes: 0 additions & 5 deletions tools/audit_config_migrater.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@echo off
set DIR=%~dp0

echo "**************************************************************************"
echo "** This tool will be deprecated in the next major release of OpenSearch **"
echo "** https://github.com/opensearch-project/security/issues/1755 **"
echo "**************************************************************************"

if defined OPENSEARCH_JAVA_HOME (
set BIN_PATH="%OPENSEARCH_JAVA_HOME%\bin\java.exe"
) else if defined JAVA_HOME (
Expand Down
5 changes: 0 additions & 5 deletions tools/audit_config_migrater.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

echo "**************************************************************************"
echo "** This tool will be deprecated in the next major release of OpenSearch **"
echo "** https://github.com/opensearch-project/security/issues/1755 **"
echo "**************************************************************************"

SCRIPT_PATH="${BASH_SOURCE[0]}"
if ! [ -x "$(command -v realpath)" ]; then
if [ -L "$SCRIPT_PATH" ]; then
Expand Down
5 changes: 0 additions & 5 deletions tools/hash.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@echo off
set DIR=%~dp0

echo "**************************************************************************"
echo "** This tool will be deprecated in the next major release of OpenSearch **"
echo "** https://github.com/opensearch-project/security/issues/1755 **"
echo "**************************************************************************"

if defined OPENSEARCH_JAVA_HOME (
set BIN_PATH="%OPENSEARCH_JAVA_HOME%\bin\java.exe"
) else if defined JAVA_HOME (
Expand Down
5 changes: 0 additions & 5 deletions tools/hash.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

echo "**************************************************************************" >&2
echo "** This tool will be deprecated in the next major release of OpenSearch **" >&2
echo "** https://github.com/opensearch-project/security/issues/1755 **" >&2
echo "**************************************************************************" >&2

SCRIPT_PATH="${BASH_SOURCE[0]}"
if ! [ -x "$(command -v realpath)" ]; then
if [ -L "$SCRIPT_PATH" ]; then
Expand Down
5 changes: 0 additions & 5 deletions tools/securityadmin.bat
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
@echo off
set DIR=%~dp0

echo "**************************************************************************"
echo "** This tool will be deprecated in the next major release of OpenSearch **"
echo "** https://github.com/opensearch-project/security/issues/1755 **"
echo "**************************************************************************"

if defined OPENSEARCH_JAVA_HOME (
set BIN_PATH="%OPENSEARCH_JAVA_HOME%\bin\java.exe"
) else if defined JAVA_HOME (
Expand Down
5 changes: 0 additions & 5 deletions tools/securityadmin.sh
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
#!/bin/bash

echo "**************************************************************************"
echo "** This tool will be deprecated in the next major release of OpenSearch **"
echo "** https://github.com/opensearch-project/security/issues/1755 **"
echo "**************************************************************************"

SCRIPT_PATH="${BASH_SOURCE[0]}"
if ! [ -x "$(command -v realpath)" ]; then
if [ -L "$SCRIPT_PATH" ]; then
Expand Down

0 comments on commit 777fb59

Please sign in to comment.