Closed giggsoff closed 9 months ago
Kudos, SonarCloud Quality Gate passed!
@giggsoff Thanks for participating. We fixed this in the latest release. https://github.com/arenadata/adcm/blob/2022.12.26.18/os/etc/sv/init/run#L47 In the future, we will completely get rid of this file.
@giggsoff Thanks for participating. We fixed this in the latest release. https://github.com/arenadata/adcm/blob/2022.12.26.18/os/etc/sv/init/run#L47 In the future, we will completely get rid of this file.
The problem in the file location. You point me onto the code with mv "${adcmroot}/python/secretkey.txt" "${adcmsecretfile}"
, but it should be mv "secretkey.txt" "${adcmsecretfile}"
(see my comment in the PR).
@giggsoff Yes you are right. Now it still works thanks to this code: https://github.com/arenadata/adcm/blob/master/python/adcm/settings.py#L52 But in the next release, we will completely get rid of storing the secret key on the file system https://github.com/arenadata/adcm/commit/d57ab68e11ead55f5295e6f2b87473c8a8768dff
Two fixes spitted into separate commits: