Skip to content

Commit 80ad327

Browse files
committed
fix integration-manifest Required fields for Secrets
1 parent 7beaa60 commit 80ad327

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

aws-orchestrator-core/aws-orchestrator-core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<PackageReference Include="AWSSDK.Core" Version="4.0.0.6" />
1515
<PackageReference Include="AWSSDK.IdentityManagement" Version="4.0.1.2" />
1616
<PackageReference Include="AWSSDK.SecurityToken" Version="4.0.0.4" />
17-
<PackageReference Include="Keyfactor.Extensions.Aws.Auth" Version="0.4.0" />
17+
<PackageReference Include="Keyfactor.Extensions.Aws.Auth" Version="0.5.0" />
1818
<PackageReference Include="Keyfactor.Logging" Version="1.1.2" />
1919
<PackageReference Include="Keyfactor.Orchestrators.IOrchestratorJobExtensions" Version="1.0.0" />
2020
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />

integration-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"Type": "Secret",
9595
"DependsOn": "",
9696
"DefaultValue": "",
97-
"Required": true,
97+
"Required": false,
9898
"IsPAMEligible": true,
9999
"Description": "The Client ID for OAuth."
100100
},
@@ -104,7 +104,7 @@
104104
"Type": "Secret",
105105
"DependsOn": "",
106106
"DefaultValue": "",
107-
"Required": true,
107+
"Required": false,
108108
"IsPAMEligible": true,
109109
"Description": "The Client Secret for OAuth."
110110
},
@@ -124,7 +124,7 @@
124124
"Type": "Secret",
125125
"DependsOn": "",
126126
"DefaultValue": "",
127-
"Required": true,
127+
"Required": false,
128128
"IsPAMEligible": true,
129129
"Description": "The AWS Access Key for an IAM User"
130130
},
@@ -134,7 +134,7 @@
134134
"Type": "Secret",
135135
"DependsOn": "",
136136
"DefaultValue": "",
137-
"Required": true,
137+
"Required": false,
138138
"IsPAMEligible": true,
139139
"Description": "The AWS Access Secret for an IAM User."
140140
},

0 commit comments

Comments
 (0)