Skip to content

ignore Mac generated file and fix auth url in open-api config

Motivation:

Mac generated files can be accidentally be added to this project. Since it is of no benefit to this project this should be ignore

Commit 30e8e9a5 introduce a changed in the url of the Helmholtz AAI. Unfortunately the auth url in open-api configuration file was not adjusted accordingly. Hence, the login to cerebrum api documentation was broken.

Modification:

  • add .DS_Store
  • fix authorization url inside the open-api configuration

Result:

Ignore .DS_store and change the AAI url inside the open-api configuration

Target: master Acked-by: Review: https://gitlab.hzdr.de/hifis-technical-platform/helmholtz-cerebrum/-/merge_requests/18

Merge request reports