Task #7507
Include ORCID API configuration in postinst
100%
Description
To use the ORCID public API, we need to configure a client id and secret key. Currently the portal uses the orcid sandbox with credentials that are not so sensitive (and committed to svn).
The two values would need to be input each time the portal is deployed (annoying) but I don't see any way around this.
It looks like the cn-os-core buildout is the only one that prompts for user input (keystore password and ldap password) so I'm not sure how readily we can make the portal build-out do the same during debian package config/installation.
Related issues
History
#1 Updated by Ben Leinfelder almost 9 years ago
- Related to Task #7508: Register DataONE ORCID account added
#2 Updated by Ben Leinfelder almost 9 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 30
Robert did a nice write-up of what is needed to add a configuration question. That's now in trunk and will soon be merged to the 2.0 branch for 2.0.1 packaging.
#3 Updated by Ben Leinfelder almost 9 years ago
- Status changed from In Progress to Testing
- % Done changed from 30 to 50
now in the 2.0 branch of the buildout as well.
#4 Updated by Ben Leinfelder almost 9 years ago
- Status changed from Testing to Closed
- translation missing: en.field_remaining_hours set to 0.0
- % Done changed from 50 to 100
prompting as expected during os-core buildout.
#5 Updated by Rob Nahf over 7 years ago
- Related to Task #7944: Java Keystore password needs to be added to the config by the build-out script of dataone-cn-portal. added