fix(docs): fix the metadata service auth documentation and frontend clarifications (#4722)

This commit is contained in:
Ronald Angel 2022-05-05 00:33:33 +02:00 committed by GitHub
parent 09b8f2c695
commit 8652de1aac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -162,6 +162,14 @@ You need to request a certificate in the AWS Certificate Manager by following th
the ARN of the new certificate. You also need to replace host-name with the hostname of choice like
demo.datahubproject.io.
To have the metadata [authentication service](https://datahubproject.io/docs/introducing-metadata-service-authentication/#configuring-metadata-service-authentication) enable and use [API tokens](https://datahubproject.io/docs/introducing-metadata-service-authentication/#generating-personal-access-tokens) from the UI you will need to set the configuration in the values.yaml for the `gms` and the `frontend` deployments. This could be done by enabling the `metadata_service_authentication`:
```
datahub:
metadata_service_authentication:
enabled: true
```
After updating the yaml file, run the following to apply the updates.
```
@ -467,4 +475,4 @@ acryl-datahub-actions:
serviceAccount:
name: <<service-account-name>>
...
```
```