Add volume to store Artifactory's access server key
Since Artifactory 5.4 access tokens are managed under a new service
called Access. This service requires private key to encrypt access tokens.
If this key not exist, access server generates new one and registers it
in database. Without presistent key storage, key is recreated on each
docker container restart and it does not match with the stored in database.
Resetting stored key invalidates all existing access tokens, thus lets
store access server key on external volume.
Change-Id: I428eee88330ab4ef7d6c2dde8bc97941d7f7b74f
2 files changed