Skip to content

Commit

Permalink
chore(doctool): Add Username/Password fields to integration manifest,…
Browse files Browse the repository at this point in the history
… generate screenshots

Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Oct 14, 2024
1 parent b54c594 commit c1eca6e
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 20 deletions.
19 changes: 0 additions & 19 deletions docsource/citrixadc.md
Original file line number Diff line number Diff line change
@@ -1,20 +1 @@
## Overview

TODO Overview is a required section

## Requirements

TODO Requirements is an optional section. If this section doesn't seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info

## Discovery Job Configuration

TODO Discovery Job Configuration is an optional section. If this section doesn't seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info

## Certificate Store Configuration

TODO Certificate Store Configuration is an optional section. If this section doesn't seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info

## Global Store Type Section

TODO Global Store Type Section is an optional section. If this section doesn't seem necessary on initial glance, please delete it. Refer to the docs on [Confluence](https://keyfactor.atlassian.net/wiki/x/SAAyHg) for more info

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 19 additions & 1 deletion integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,24 @@
"DefaultValue": "false",
"Required": false,
"Description": "Determines whether an attempt will be made to link the added certificate (via a Management-Add job) to its issuing CA certificate."
},
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"Description": "The username credential for authenticating against the Citrix ADC (NetScaler) appliance. Example: admin."
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"Description": "The password credential associated with the username for authenticating against the Citrix ADC (NetScaler) appliance. Example: Pa$$w0rd."
}
],
"EntryParameters": [
Expand Down Expand Up @@ -78,4 +96,4 @@
]
}
}
}
}

0 comments on commit c1eca6e

Please sign in to comment.