You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hull-vidispine-addon/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ By default the `hull-install` job is enabled but already pre-configured so that
202
202
- automatically loads the configuration section from `hull.config.general.data.installation`
203
203
- loads all certificates provided under `hull.config.general.data.installation.config.customCaCertificates`
204
204
- typical endpoints and subresources are predefined so that only entities need to be specified. The predefined subresources for the endpoints are skipped in case the endpoint is not defined.
205
-
- endpoint with key `10_vidicore` is set up to do basic authentication on the vidispine endpoint defined in `hull.config.general.data.endpoints.vidicore.uri.api` using the `usernanme` and `password` credentials from VidiCore service admin user secret `<SYSTEMNAME>-vidispine-admin-user`
205
+
- endpoint with key `10_vidicore` is set up to do basic authentication on the vidispine endpoint defined in `hull.config.general.data.endpoints.vidicore.uri.api` using the `usernanme` and `password` credentials from VidiCore service admin user secret. The actual name of the VidiCore service adminuser secret must be provided in the field `hull.config.general.data.endpoints.vidicore.auth.basic.adminUserSecretName` for authentication to be successful.
206
206
- subresources are configured so that creating specific entities works out of the box for them
207
207
- key `10_metadatafields` for inserting metadatafields into Vidispine
208
208
- key `20_metadatafieldgroups` for inserting metadatafieldgroups into Vidispine
Copy file name to clipboardExpand all lines: images/hull-integration/Installer.ps1
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1347,14 +1347,14 @@ Class Installer
1347
1347
if ([string]::IsNullOrWhitespace($entity.readConfigFromFile.key))
1348
1348
{
1349
1349
$this.WriteLog("**** No 'key' property provided, mapping full contents of '$($filePath)' to Config")
1350
-
$entity.config=$fileContent
1350
+
$entity.config=$fileContent
1351
1351
}
1352
1352
else
1353
1353
{
1354
1354
$this.WriteLog("**** Value '$($entity.readConfigFromFile.key)' provided for 'key' property, mapping content of key from JSON file '$($filePath)' to Config")
0 commit comments