Skip to content

Commit 15dac0e

Browse files
committed
Update security.md
1 parent b472e29 commit 15dac0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contents/elasticsearch-net/security.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ menuitem: esnet-security
88
# Security
99

1010

11-
## Authorization
11+
## Authentication
1212

1313
NEST and Elasticsearch.NET support basic auth out of the box by setting your credentials on `ConnectionSettings`
1414

@@ -128,4 +128,4 @@ Given your application has access to your CA public key:
128128
_knownPrints.AddOrUpdate(certificateHash, isValid, (s, b) => isValid);
129129
return isValid;
130130

131-
};
131+
};

0 commit comments

Comments
 (0)