Skip to content

Commit

Permalink
chore(manifest): Add ServerUsername and ServerPassword to Types in in…
Browse files Browse the repository at this point in the history
…tegration-manifest.json

Signed-off-by: Hayden Roszell <[email protected]>
  • Loading branch information
m8rmclaren committed Oct 1, 2024
1 parent 0899963 commit 164d77a
Show file tree
Hide file tree
Showing 19 changed files with 151 additions and 7 deletions.
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.
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.
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.
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.
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.
158 changes: 151 additions & 7 deletions integration-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -87,9 +111,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -186,9 +234,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -240,9 +312,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -303,9 +399,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -357,9 +477,33 @@
"PasswordOptions": {
"Style": "Default",
"EntrySupported": false,
"StoreRequired": true
"StoreRequired": true,
"StorePassword": {
"Description": "Password used to secure the Certificate Store",
"IsPAMEligible": true
}
},
"Properties": [
{
"Name": "ServerUsername",
"DisplayName": "Server Username",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A username (or valid PAM key if the username is stored in a KF Command configured PAM integration). If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "ServerPassword",
"DisplayName": "Server Password",
"Type": "Secret",
"DependsOn": "",
"DefaultValue": "",
"Required": false,
"IsPAMEligible": true,
"Description": "A password (or valid PAM key if the password is stored in a KF Command configured PAM integration). The password can also be an SSH private key if connecting via SSH to a server using SSH private key authentication. If acting as an *agent* using local file access, just check *No Value*"
},
{
"Name": "LinuxFilePermissionsOnStoreCreation",
"DisplayName": "Linux File Permissions on Store Creation",
Expand Down Expand Up @@ -404,4 +548,4 @@
]
}
}
}
}

0 comments on commit 164d77a

Please sign in to comment.