Skip to content

Commit

Permalink
added note about token secret
Browse files Browse the repository at this point in the history
  • Loading branch information
artntek committed Apr 9, 2024
1 parent d57ccca commit fa6292f
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,19 @@ helm -n d1index uninstall d1index
Note that this helm chart also installs rabbitmq and solr, which can be partially configured
through the values.yaml file in the parent chart through exported child properties.

### Authentication note
### Authentication Notes

#### DataONE Authentication Token

In order to access and index private datasets on a Metacat instance, the dataone-indexer needs an
authentication token, which may be obtained from DataONE administrators (see the [Metacat Helm
README](https://github.com/NCEAS/metacat/blob/develop/helm/README.md#setting-up-a-token-and-optional-ca-certificate-for-indexer-access)).
Upon startup, the indexer expects to find a Kubernetes Secret named:
`{{ .Release.Name }}-indexer-token`, which contains the auth token associated with the key
`DataONEauthToken`. The indexer can operate without this Secret, but will only be able to index
public-readable datasets.

#### RabbitMQ

The rabbitmq service runs under the username and password that are set via values.yaml

Expand Down

0 comments on commit fa6292f

Please sign in to comment.