eclipse-pass / pass-docker

Developer-focused PASS runtime, which provides PASS and all of its dependent services using docker-compose. Provides Docker images used for production deployment of PASS.
Apache License 2.0
0 stars 16 forks source link

671 Change the Credentials in Deposit-Repositories #353

Closed tsande16 closed 1 year ago

tsande16 commented 1 year ago

The separate server-fqdn and server-port were not working for the SWORDv2 transport in the deposit-repositories.json. These variables have been set to null and are replaced with a new environment variable dspace.server in pass-docker. In order to achieve this in pass-support there were two new variables added in the application.properties: dspace.user and dspace.password

This is related to PR: https://github.com/eclipse-pass/pass-support/pull/51

Both this PR in pass-docker and the PR in pass-support need to be checked out to test locally.

Other things to note:

Testing: