Skip to content

Commit 3155afe

Browse files
authored
fix: rename OPENSEARCH_ANONYMOUS_AUTH to OPENSEARCH_ANONYMOUS_AUTH_ENABLED in .env (opensearch-project#115)
1 parent b5aeed7 commit 3155afe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ OPENSEARCH_JAVA_OPTS=-Xms1g -Xmx1g
2525

2626
# Anonymous Authentication
2727
# Set to true to allow access to OpenSearch/Dashboards without login
28-
OPENSEARCH_ANONYMOUS_AUTH=false
28+
OPENSEARCH_ANONYMOUS_AUTH_ENABLED=false
2929

3030
# OpenSearch Dashboards Configuration
3131
OPENSEARCH_DASHBOARDS_VERSION=3.6.0

0 commit comments

Comments
 (0)