Skip to content

Commit f8dcd33

Browse files
test: Test role group security modes
1 parent f5de51d commit f8dcd33

3 files changed

Lines changed: 1512 additions & 657 deletions

File tree

rust/operator-binary/src/controller/build/node_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ const CONFIG_OPTION_NODE_ROLES: &str = "node.roles";
6666

6767
/// Defines the path for the logs
6868
/// OpenSearch grants the required access rights, see
69-
/// https://github.com/opensearch-project/OpenSearch/blob/3.4.0/server/src/main/java/org/opensearch/bootstrap/Security.java#L369
69+
/// <https://github.com/opensearch-project/OpenSearch/blob/3.4.0/server/src/main/java/org/opensearch/bootstrap/Security.java#L369>
7070
/// The permissions "write" and "delete" are required for the log file rollover.
7171
/// Type: string
7272
const CONFIG_OPTION_PATH_LOGS: &str = "path.logs";

0 commit comments

Comments
 (0)