Skip to content

Commit

Permalink
Issue #115: Develop HTTP Extension
Browse files Browse the repository at this point in the history
* Fixed some comments
* Fixed some imports
* Removed dead code
  • Loading branch information
CherfaElyes committed Apr 16, 2024
1 parent c7e765e commit 747c4c6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 338 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ public IConfiguration buildConfiguration(String configurationType, JsonNode json
final HttpConfiguration httpConfiguration = newObjectMapper().treeToValue(jsonNode, HttpConfiguration.class);

if (decrypt != null) {
// Decrypt the community
// Decrypt the password
final char[] passwordDecypted = decrypt.apply(httpConfiguration.getPassword());
httpConfiguration.setPassword(passwordDecypted);
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
org.sentrysoftware.metricshub.extension.http.HttpExtension
org.sentrysoftware.metricshub.extension.snmp.SnmpExtension

0 comments on commit 747c4c6

Please sign in to comment.