We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The indexer currently uses a node token to get non-public system metadata through DataONE api.
After the system has been changed to use hashstore, this will no longer be necessary, since metadata can be accessed directly from the store.
hashstore
The following changes will therefore be required, when hashstore is up and running:
index.d1node.baseURL
helm/config/dataone-indexer.properties
"idxworker.mn.url"
helm/templates/_helpers.tpl
helm/templates/deployment.yaml
env: - name: DEBUG value: "{{ .Values.idxworker.debug }}" - name: DATAONE_AUTH_TOKEN valueFrom: secretKeyRef: name: dataone-token key: DataONEauthToken optional: true
The text was updated successfully, but these errors were encountered:
Should also be able to close Issue #41 at that point
Sorry, something went wrong.
Should also be able to close Metacat Issue #1700 at that point
No branches or pull requests
The indexer currently uses a node token to get non-public system metadata through DataONE api.
After the system has been changed to use
hashstore
, this will no longer be necessary, since metadata can be accessed directly from the store.The following changes will therefore be required, when
hashstore
is up and running:index.d1node.baseURL
inhelm/config/dataone-indexer.properties
"idxworker.mn.url"
fromhelm/templates/_helpers.tpl
, plus any of its other useshelm/templates/deployment.yaml
:The text was updated successfully, but these errors were encountered: