mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-15 20:57:15 +00:00
fix(docs): fix the metadata service auth documentation and frontend clarifications (#4722)
This commit is contained in:
parent
09b8f2c695
commit
8652de1aac
@ -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>>
|
||||
...
|
||||
```
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user