There is a gap in the documentation about what is needed to link policies, repositories, and funders for new deployments. There is a mention of institutional configuration here which might be expanded: https://docs.eclipse-pass.org/developer-documentation/data-loaders/grant-loader.
From @rpoet-jh on slack, some brief notes on getting setup:
POST /data/repository to create the DSpace and pmc repository data
POST /data/policy to create the policies to associate with the DSpace and pmc repositories
Update policy.properties file in grant loader to contain mapping of Funder ID (PRIMARY_FUNDER_CODE and DIRECT_FUNDER_CODE, HD in your example) to Policy ID (ID from PASS DB). This tells which Grant Funders having PASS policies so they are eligible for PASS submission.
Run the grant loader again. The funder on the grant should update with the Policy relationship set in step 3.
There is a gap in the documentation about what is needed to link policies, repositories, and funders for new deployments. There is a mention of institutional configuration here which might be expanded: https://docs.eclipse-pass.org/developer-documentation/data-loaders/grant-loader.
From @rpoet-jh on slack, some brief notes on getting setup: