Skip to content

Commit

Permalink
Security: updated cert gen for OpenSearch.
Browse files Browse the repository at this point in the history
  • Loading branch information
vladd-bit committed Aug 15, 2023
1 parent 0f862d5 commit ceafd1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion security/create_opensearch_internal_passwords.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if [ -z "$1" ]; then
fi

# load the ES users configuration
source es_internal_users.env
source elasticsearch_users.env

ES_CONTAINER_NAME="$1"

Expand Down
2 changes: 1 addition & 1 deletion security/create_opensearch_users.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ES_ADMIN_USER=admin
# load the internal users passwords
# IMPORTANT: for production deployments please remember to change the passwords
#
source es_internal_users.env
source elasticsearch_users.env


# load the custom users passwords
Expand Down

0 comments on commit ceafd1a

Please sign in to comment.