Skip to content

Commit

Permalink
Introduce option to disable diagnostic tool
Browse files Browse the repository at this point in the history
  • Loading branch information
arunans23 committed Apr 1, 2024
1 parent 6f54515 commit b09c153
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,7 @@
"apim.jwt.use_kid_property": true,
"apim.jwt.use_sha256_hash": false,
"server_configuration": {
"diagnostic_tool_enabled": "true",
"deployment_toml_path": "../conf/deployment.toml",
"logs_directory": "../repository/logs",
"updates_config_path": "../updates/config.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

# Server Configurations
[server_configuration]
diagnostic_tool_enabled = "{{server_configuration.diagnostic_tool_enabled}}"
deployment_toml_path = "{{server_configuration.deployment_toml_path}}"
logs_directory = "{{server_configuration.logs_directory}}"
updates_config_path = "{{server_configuration.updates_config_path}}"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1461,7 +1461,7 @@
<config.mapper.version>1.0.24</config.mapper.version>

<!-- Diagnostic Tool Dependencies -->
<diagnostics.tool.version>1.0.15</diagnostics.tool.version>
<diagnostics.tool.version>1.0.16</diagnostics.tool.version>

<!-- Authenticator Properties -->
<identity.outbound.auth.oidc.version>5.11.34</identity.outbound.auth.oidc.version>
Expand Down

0 comments on commit b09c153

Please sign in to comment.