Actions
task #7296
closedexternalize redmine api key
Start date:
Due date:
% Done:
100%
Estimated time:
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
Updated by Andreas Kohlbecker almost 5 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
Updated by Andreas Kohlbecker almost 5 years ago
- Due date set to 02/21/2018
- Start date changed from 02/26/2018 to 02/21/2018
Updated by Andreas Kohlbecker over 3 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
Updated by Andreas Kohlbecker over 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
all resources removed
Updated by Andreas Müller over 3 years ago
- Category changed from cdm to cdmlib
this is not a cdm ticket, please change category if cdmlib is also not correct
Updated by Andreas Kohlbecker over 3 years ago
it is! The changes have been made in cdmlib-ext/src/test/resources/services-external.properties
Actions