Skip to content

Commit b1f450f

Browse files
author
Georg Martin Weber
committed
set admin user secret reference
1 parent 2456b84 commit b1f450f

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

hull-vidispine-addon/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ By default the `hull-install` job is enabled but already pre-configured so that
202202
- automatically loads the configuration section from `hull.config.general.data.installation`
203203
- loads all certificates provided under `hull.config.general.data.installation.config.customCaCertificates`
204204
- 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 admin user secret must be provided in the field `hull.config.general.data.endpoints.vidicore.auth.basic.adminUserSecretName` for authentication to be successful.
206206
- subresources are configured so that creating specific entities works out of the box for them
207207
- key `10_metadatafields` for inserting metadatafields into Vidispine
208208
- key `20_metadatafieldgroups` for inserting metadatafieldgroups into Vidispine

hull-vidispine-addon/hull-vidispine-addon.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ hull:
33
config:
44
general:
55
data:
6-
endpoints: {}
6+
endpoints:
7+
vidicore:
8+
auth:
9+
basic:
10+
adminUserSecretName: ""
711
installation:
812
config:
913
customCaCertificates: {}

0 commit comments

Comments
 (0)