-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated RHACS connector to support self signed certificate authentica…
…tion (#1174)
- Loading branch information
1 parent
0898bb8
commit 664d46e
Showing
5 changed files
with
59 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,32 @@ | ||
{ | ||
"connection": { | ||
"host": { | ||
"label": "Management IP address or Hostname", | ||
"description": "Specify the IP address or hostname of the data source so that IBM Cloud Pak for Security can communicate with it" | ||
}, | ||
"port": { | ||
"label": "Host Port", | ||
"description": "Set the port number that is associated with the Host name or IP" | ||
}, | ||
"help": { | ||
"label": "Need additional help?", | ||
"description": "More details on the data source setting can be found in the specified link" | ||
} | ||
"connection": { | ||
"host": { | ||
"label": "Management IP address or Hostname", | ||
"description": "Specify the IP address or hostname of the data source" | ||
}, | ||
"configuration": { | ||
"auth": { | ||
"token": { | ||
"label": "API Token", | ||
"description": "Token with readonly access to the alert API" | ||
} | ||
} | ||
"port": { | ||
"label": "Host Port", | ||
"description": "Set the port number that is associated with the Host name or IP" | ||
}, | ||
"help": { | ||
"label": "Need additional help?", | ||
"description": "More details on the data source setting can be found in the specified link" | ||
}, | ||
"sni": { | ||
"label": "Server Name Indicator", | ||
"description": "The Server Name Indicator (SNI) enables a separate hostname to be provided for SSL authentication" | ||
}, | ||
"selfSignedCert": { | ||
"label": "RHACS Connection Certificate", | ||
"description": "Use self-signed SSL certificate or CA content(root and intermediate) of data source" | ||
} | ||
}, | ||
"configuration": { | ||
"auth": { | ||
"token": { | ||
"label": "API Token", | ||
"description": "Token with readonly access to the alert API" | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters