From 46ca93a2179250b7b81c4ebcb52acde62d6dccee Mon Sep 17 00:00:00 2001 From: gideonsmila Date: Wed, 9 Oct 2024 14:37:26 +0300 Subject: [PATCH 1/3] update docs --- documentation/docs/getting-started/configuration.mdx | 3 ++- .../running-opal/run-opal-server/security-parameters.mdx | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/documentation/docs/getting-started/configuration.mdx b/documentation/docs/getting-started/configuration.mdx index 5cd2ed4c..8788f056 100644 --- a/documentation/docs/getting-started/configuration.mdx +++ b/documentation/docs/getting-started/configuration.mdx @@ -24,7 +24,8 @@ Please use this table as a reference. | LOG_FILE_RETENTION | | | | LOG_FILE_COMPRESSION | | | | LOG_FILE_SERIALIZE | Serialize log messages in file into json format (useful for log aggregation platforms) | | -| LOG_FILE_LEVEL | | | +| LOG_FILE_LEVEL | +| LOG_DIAGNOSE | Include diagnosis in log messages | | | STATISTICS_ENABLED | Collect statistics about OPAL clients. | | | STATISTICS_ADD_CLIENT_CHANNEL | The topic to update about the new OPAL clients connection. | | | STATISTICS_REMOVE_CLIENT_CHANNEL | The topic to update about the OPAL clients disconnection. | | diff --git a/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx b/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx index 1862e7af..af90d81a 100644 --- a/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx +++ b/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx @@ -105,3 +105,5 @@ You must then configure the master token like so | Env Var Name | Function | | :--------------------- | :------------------------------------------------------------------- | | OPAL_AUTH_MASTER_TOKEN | the master token generated by the cli (or any other secret you pick) | + +Ensure LOG_DIAGNOSE is set to False to disable diagnostic logging that may expose sensitive information. \ No newline at end of file From 627b8c44e7054b8166627de88538c7a048dc0d8a Mon Sep 17 00:00:00 2001 From: gideonsmila Date: Sun, 13 Oct 2024 18:31:22 +0300 Subject: [PATCH 2/3] fix pre-commit --- documentation/docs/getting-started/configuration.mdx | 2 +- .../running-opal/run-opal-server/security-parameters.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/docs/getting-started/configuration.mdx b/documentation/docs/getting-started/configuration.mdx index 8788f056..d3baa47b 100644 --- a/documentation/docs/getting-started/configuration.mdx +++ b/documentation/docs/getting-started/configuration.mdx @@ -24,7 +24,7 @@ Please use this table as a reference. | LOG_FILE_RETENTION | | | | LOG_FILE_COMPRESSION | | | | LOG_FILE_SERIALIZE | Serialize log messages in file into json format (useful for log aggregation platforms) | | -| LOG_FILE_LEVEL | +| LOG_FILE_LEVEL | | LOG_DIAGNOSE | Include diagnosis in log messages | | | STATISTICS_ENABLED | Collect statistics about OPAL clients. | | | STATISTICS_ADD_CLIENT_CHANNEL | The topic to update about the new OPAL clients connection. | | diff --git a/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx b/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx index af90d81a..8a0fba6e 100644 --- a/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx +++ b/documentation/docs/getting-started/running-opal/run-opal-server/security-parameters.mdx @@ -106,4 +106,4 @@ You must then configure the master token like so | :--------------------- | :------------------------------------------------------------------- | | OPAL_AUTH_MASTER_TOKEN | the master token generated by the cli (or any other secret you pick) | -Ensure LOG_DIAGNOSE is set to False to disable diagnostic logging that may expose sensitive information. \ No newline at end of file +Ensure LOG_DIAGNOSE is set to False to disable diagnostic logging that may expose sensitive information. From f0c54f496cdcebea7df70cab30f97bb0291ed294 Mon Sep 17 00:00:00 2001 From: gideonsmila Date: Sun, 13 Oct 2024 18:40:07 +0300 Subject: [PATCH 3/3] update-pre-commit --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 481d33c1..e57f8ef6 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.4.0 + rev: v5.0.0 hooks: - id: check-yaml - id: end-of-file-fixer