task #7296
externalize redmine api key
Start date:
02/21/2018
Due date:
02/21/2018
% Done:
100%
Severity:
normal
Description
the redmine api key of the user admin is currently stored in the file cdmlib-ext/src/test/resources/services-external.properties
which is managed in git:
this file should not directly contain the api key but a placeholder, like e.g.:
registrationMessageService.redmine.adminUserApiKey={secret:registrationMessageService.redmine.adminUserApiKey}
The actual value could be stored e.g. in ~/.cdmLibrary/****.properties
Associated revisions
ref #7296 removing all config files related to the RemineMessagingService since this has been dropped completely
History
#1 Updated by Andreas Kohlbecker about 3 years ago
- Tags set to phycobank
- Project changed from PhycoBank to Edit
- Category set to cdm
- Assignee set to Andreas Kohlbecker
- Severity set to normal
#2 Updated by Andreas Kohlbecker about 3 years ago
- Due date set to 02/21/2018
- Start date changed from 02/26/2018 to 02/21/2018
#3 Updated by Andreas Kohlbecker almost 2 years ago
- Priority changed from New to Highest
- Target version set to Release 5.8
remove all these entries since the redmine communication system has been rejected
#4 Updated by Andreas Kohlbecker over 1 year ago
- Status changed from New to Closed
- % Done changed from 0 to 100
all resources removed
#5 Updated by Andreas Müller over 1 year ago
- Category changed from cdm to cdmlib
this is not a cdm ticket, please change category if cdmlib is also not correct
#6 Updated by Andreas Kohlbecker over 1 year ago
it is! The changes have been made in cdmlib-ext/src/test/resources/services-external.properties